tcp
TCP/IP Communications in Matlab
This is a simple TCP/IP communications application written in Matlab more>>
TCP/IP Communications in Matlab is considered as a simple yet useful TCP/IP communications application written in Matlab. The script relies in MATLABs ability to call Java code snippets and make use of its TCP/IP implementation.
One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).
Requirements:
- MATLAB 7.8 or higher.
TCP Listener - System Testing 1.1.4d
Enter a port number and a description and any scans on that port will see your description. Minimizes to the tray. Each connection is logged. TCP Listener is a great tool for testing security on your system. A great way to check the security of your more>> Enter a port number and a description and any scans on that port will see your description. Minimizes to the tray. Each connection is logged. TCP Listener is a great tool for testing security on your system. A great way to check the security of your firewall is to set TCP Listener to listen on different ports and then run a port scanner and see if it can connect through your firewall. No need to install, runs right from the exe file.<<less
havChat
havChat is a Java TCP/IP chat server with multiple (highly) customizable and brandable applet clients using both TextArea and Multicolor text - featuring Public and Private Rooms, Moderation, Whiteboa more>> havChat is a Java TCP/IP chat server with multiple (highly) customizable and brandable applet clients using both TextArea and Multicolor text - featuring Public and Private Rooms, Moderation, Whiteboard, Priv Levels, Remote Admin, Private Chat, Local and Server-side Logging, URL Push, Bookmarks, Popup Messages, custom User Auth and Chat Bots, Instant Messaging, Tracking, Live Customer Support, Javascript Support, Partial IP kick/ban, Emoticons, Variables, example RMI monitor, support for languages like Arabic and Hebrew, RTL display - NEW: improved filtering and external Whiteboards<<less
Herongs Notes on Perl
This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debu more>> This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC::XML, sample codes, SOAP, SOAP::Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML::Simple.<<less
IzItOpen Port Scanner 1
A multihost UDP and TCP port scanner to test the security of your network. more>> A multihost UDP and TCP port scanner to test the security of your network.<<less
Herong's Notes on Perl 4.01
This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, more>> This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC:XML, sample codes, SOAP, SOAP:Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML:Simple.<<less
ICMP Knock Server 11-Sep-2007
This program uses a concept similar to port knocking, which basically involves waiting for a range of packets that match given criteria before executing some action (typically exposing a port, e.g. for SSH connections, that is kept closed or blocked more>> This program uses a concept similar to port knocking, which basically involves waiting for a range of packets that match given criteria before executing some action (typically exposing a port, e.g. for SSH connections, that is kept closed or blocked otherwise). But instead of listening for TCP or UDP packets to arrive on specific ports in a specific order, it accepts ICMP echo requests and checks if their payload lengths and order of arrival match the given pattern. The advantage is that this approach works with the standard PING tool. Programs with custom code or (although common) networking tools like netcat plus the ability to execute them are not required.<<less
HAProxy 1.3.15.1
HAProxy is a very flexiblew solution for load balancing and proxying for TCP and HTTP-based applications. more>> HAProxy 1.3.15.1 approaches as a very flexible solution for load balancing and proxying for TCP and HTTP-based applications.It is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing.
Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net.
System Stats (2) 20040417
System Stats (2) gathers system statistics for several hosts using: bash, awk, rrdtool, and displays this data using rrdtool graphs, php and apache. Use it to gather extinsive information about several servers, and storing and displaying in 1 central more>> System Stats (2) gathers system statistics for several hosts using: bash, awk, rrdtool, and displays this data using rrdtool graphs, php and apache. Use it to gather extinsive information about several servers, and storing and displaying in 1 central location. It currently gathers Load Average, Processes, Uptime, Memory usage, Swap Usage, Users logged in, Interface Traffic, Interface Packets, Accumulated interface traffic, ISP services using tcp and icmp polling, Internet Connectivity using tcp and icmp polling, Internet Connectivity hop count, Files and Directory sizes, and Disk Usage. This is a major update over the previous version of System Stats.<<less
SWI-Prolog 5.7.12
SWI-Prolog is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. more>>
SWI-Prolog 5.7.12 is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. Together with its graphics toolkit XPCE, its development started in 1987 and has been driven by the needs for real-world applications. These days SWI-Prolog is widely used in research and education as well as for commercial applications.
Major Features:
- Kernel licensed under the LGPL. Prolog libraries are distributed under the GPL with an additional statement that allows for use in proprietary applications. Details can be found on the license page.
- fast compilation. E.g., loads 140,000 lines of code spread over 500 source-files in 2.3 seconds on an AMD 5400+ system.
- Robust and free of memory leaks. In use for several servers that run 24x7.
- Small. The full development environment, including graphics, libraries and many interface packages requires approx. 40MB harddisk. The non-graphical kernel is about 650Kb, the graphics library adds about 1.2Mb to the image.
- Scales well for large applications. No limits on program size, atom-length, term-arity or integer values. No performance degradation on predicates with many (indexed) facts.
- Unbounded integer and rational number arithmetic based on GMP library.
- Comprehensive set of built-in predicates, covering Part 1 of the ISO standard, the de-facto Edinburgh Prolog standard and important parts of Quintus and SICStus Prolog. Fair compatibility to Ciao, YAP and GNU-Prolog.
- Flexible and fast interface to the C- and C++-Language. The interface allows for calling both-ways, handling of non-determinism both ways and embedding of the SWI-Prolog kernel in C/C++ projects.
- The goodies: modules (upward compatible to Quintus and SICStus), garbage-collection (transparent to C/C++-code, including atom garbage collection), last-call optimisation, Dynamic expansion of the runtime stacks, ISO exception-handling (including C/C++ interface for catching and throwing exceptions).
- Execution profiler (time and call statistics) for Linux, most Unix platforms and Windows NT/2000/XP/Vista.
- Cross-Referencer. gxref/0 provides a graphical front-end for the extensible Prolog cross-referencer (xref).
- Portable to many platforms, including almost all Unix/Linux platforms, Windows (NT/2000/XP/Vista, including 64-bit editions), MacOS X (using X11 for graphics) and many more. Both 32-bits and 64-bits hardware is supported. Sources are plain C99, configured automatically using GNU autoconf (configure, make, make install).
- UNICODE character set handling internal. Ideal for web- and international applications.
- Machine-independent saved-states (save on one platform, run using the virtual machine of another platform).
- Multi-threading support: run multiple pre-emptively scheduled prolog engines on the same database.
- attributed variables, coroutining (freeze/2, when/2, dif/2), global variables, cyclic terms. Flag-controlled handling of occurs-check (on/off/error) see current_prolog_flag/2.
- Constraint Logic Programming, providing libraries for CHR (Constraint Handling Rules), clp(FD), clp(R,Q) and various others.
- Bundled with interface libraries for Java (JPL), ODBC, TCP/IP sockets, SSL, CGI form handling, etc.
- Multi-threaded Web server library with comprehensive libraries to generate HTML, HTTP authorization, session management, exchanging JSON (used by many AJAX widgets), etc.
- Fast and flexible libraries for parsing SGML/XML (HTML), parsing RDF, store and query the RDF triple model. A graphical editor for RDF/RDFS and OWL models called Triple20 is distributed seperately.
- Literate programming support through PlDoc. Provides integrated view on manual and application documentation and producing LaTeX documentation for your application.
- Unit testing support through PlUnit.
- Regular binary distributions for most popular platforms (Windows (32/64 bits), Linux (32 bits) and MacOS X (32 bits)).
- Regular distribution of the full source packages. The sources are also accesible through GIT.
Herongs Tutorial Notes on Perl - Part A
This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debu more>> This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC::XML, sample codes, SOAP, SOAP::Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML::Simple.<<less
Herongs Tutorial Notes on Perl - Part B
This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debu more>> This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC::XML, sample codes, SOAP, SOAP::Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML::Simple.<<less
LeCroy WavePro 900 Series Oscilloscope Driver
LeCroy WavePro 900 Series Oscilloscope Driver brings you a convenient instrument driver. more>> LeCroy WavePro 900 Series Oscilloscope Driver brings you a convenient instrument driver . This MATLAB instrument driver is for use with Instrument Control Toolbox v2.4.1 and higher. This is a standalone MATLAB instrument driver that does not require any additional instrument drivers to operate.
This driver has been tested at a high level on a WavePro 960 using a TCP/IP interface and may work on many other LeCroy oscilloscope models, such as the LT series. Would appreciate feedback on this instrument driver. Please provide feedback using the submission reviews feature on this page. Include what instrument model you used with this driver. Please note that this driver is not for use with newer Windows-based LeCroy oscilloscopes.
Herong's Tutorial Notes on Perl - Part B 4.09
This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, more>> This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC:XML, sample codes, SOAP, SOAP:Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML:Simple.<<less
Herong's Tutorial Notes on Perl - Part A 4.09
This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, more>> This collection of notes and sample codes are based on my personal experiences with Perl on both Unix and Windows systems. Topics covered include binary file, CGI, class, client server, DBM file, debug, directory handle, file handle, file test, free, function, hard reference, IIS, Internet, language, Linux, module, MySQL, name space, object, object method, online, open directory, open file, package, Perl, regular expression, RPC:XML, sample codes, SOAP, SOAP:Lite, socket communication, soft reference, split, subroutine, performance, TCP, XML, XML-RPC, XML:Simple.<<less
- Page: 1 of 2
- 1
- 2