SockThread is an implementation of multi-threaded sockets. It is has a built-in echo server for telnet connections. It was written with standard native C/C++ libraries. C++ classes std::thread and C socket APIs <sys/socket.h> were used.
A network protocol analyzer.
A PHP-based database access class for performing SQL queries.