GUI front-end to: socket client and socket server, port scanners, ping, trace route, whois, NS look-up (ei: dig), finger, service, chkconfig, netstat and a command-line huff... puff... A mouth full? Nahh a full net tool application!
DataShare is a Java-based server that waits for clients to connect to a Channel (socket), then forwards any received data to other clients in that Channel. See the <a href="http://rendezvous.sourceforge.net">Rendezvous</a> project for client code examples
Sockmon enables users to monitor the per-connection TCP information of all the active connections on a Linux machine in real-time. The display has a look of a netstat. The information sockmon shows is rtt, snd_wnd, cwnd and so on. Written as kernel module
CryptKit is a small, fast cryptographic toolkit for python. It implements Rijndael(AES), SHA 256, Elliptic Curve PKI, Diffie-Hellman key exchange and Nyberg-Ruppel signature/verification. Comprehensive enough to provide a secure socket alternative to SSL
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
sps (Socket ProcesS) is a Python script which shows which processes are using which TCP port numbers, or which process is using a particular TCP port. It runs on Linux 2.2 and 2.4.
Cross platform Font downloader for Xerox/Tektronix/HP printers.PyFD allows the user to send PCL and Postscript Fonts on multiple printers.It is based on multiple socket connnection using TCP ports 9100, 2501 and 2000.Its GUI was created using WxPython.
The goal is to develop a c++ class library on linux platform. It offers lots of threadsafe c++ classes and functions for common linux programming such as linuxthread, socket, IPC, file lock, time, html template, etc.
Swocket is a cross-platform modular XML Socket server framework implemented in Python with the intention of being used to communicate with Macromedia Flash 5 content but is easily usable with other platforms that support the same flavor of XML Sockets.
hSockets is a set of handler classes originally designed as a university research on Linux-based TCP/IP connections. It resembles the funcionallity of Java's Socket API, which includes a InetAddress class, Socket and ServerSocket classes
A Tcl implementation of XML-RPC providing client and server support. Requires no extra packages. Documentation and samples included. Implements the XML-RPC spec from xmlrpc.com. Tested under Linux and Tcl8.0(needs only the socket api).
The functional objective is to provide a simple secure socket infrastructure for client/server apps. The usability objective is to allow inexperienced developers to deploy the system and write "Hello World" with a single page of documentation.
The Small Crypto Library is a collection of C++ classes for public and private key cryptography. The Small Secure Socket Library uses SCL for maintaining secure IP connections.
IP packets generator, use row socket to generate various IP packets, including ICMP,TCP,UDP or user defined with fake source IP.
Use for network testing. (I write this program to test the router)
inetid is a simple wrapper for services started from inetd.conf. It can give you ip-, host- and port-information about the socket that's created when your service gets spawned by inetd. you can use it with or without tcp_wrappers. available in perl & C.
iSSL is a minimalistic cryptographical API that uses the ciphers RSA and AES to establish SSL-alike, secure encrypted
communications between two peers communicating through a network socket, including session key generation and public key exchange.
This library supplies some functions to bind and connect socket, and to read and write variables of all simple types and strings. It's written in C, but there is also an interface for PHP3.
Multi-platform C++ class library, abstracting many system facilities, such as threads,
mutexes, conditions, socket stream I/O. Supporting many industry standards such as XML/DOM, and HTTP.
Multi-threaded socket server framework.
A module for Apache that implements a CGI interface over a unix domain socket. This module has been superceeded by mod_cgid in the Apache 2.0 distribtuion, which implements a simmilar function. This page is temporary until this project is removed.
A new socket type for the linux kernel aimed at providing the same interface of a packet-socket, but providing increased reception and trasmission performaces.