I've found myself having do some socket programming in the linux kernel. (yes, yes, I know: have I thought about user space? Yes, that's where I've prototyped my code. This is a research project that ...
All Linux distributions provide a wide range of network applications—from dæmons that provide a variety of services such as WWW, mail and SSH to client programs that access one or more of these ...
This is a single-threaded HTTP web server built entirely from scratch using C++ and low-level Linux socket programming. It handles raw HTTP requests, parses them manually, and responds with HTML or ...
A C-based client-server system using sockets and a custom protocol. Supports basic networked communication with helper utilities for user and message management. Built for FreeBSD server and Ubuntu ...