RIFSNIFF lets you capture packets over a remote host's interface, running server application, and read them from a virtual TUN/TAP interface on the client host. Packets are sent as the payload of a plain TCP session.
NiMC provides an Instant Messaging server and client that runs on a custom protocol that is implemented in python. The project was written as a learning experiment by its author, to get experience with TCP/IP. Great example of how to do TCP/IP wrong
UDPonTCPproxy proxies UDP traffic from a set of ports over TCP tunnels. Server side NAT's the UDP ports to a chosen destination, then sends back destination's replies. Usefull to tunnel UDP over SSH tunnels to things like license or game servers.
Powow is an open-source TCP packets exchange mesh. It allows many TCP clients to connect to a "Powow cloud" (several instances of Powow), to exchange data. Powow is a TCP socket server like Palabre or Oregano.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
nRedir redirects several TCP connections through a single port on a remote server to any specified host. Useful to redirect more than one TCP connection through a single open port on a local network.
Znap is a c/python network mixing daemon and music server. It can load streams supported by fmod library (ogg/mp3/wav...) and mix them together. Can be controlled via Tcp or XmlRpc. Future releases will provide playlist/db and scheduling capabilities.