C++11 Stream interface for easy networking
A simple header only networking API for sending / receiving simple TCP / UDP messages from Linux to Linux
An elaborate cross plattform messaging toolkit to send abstracted but typesafe internet messages supporting TCP as well as UDP from one network peer to the next, and it’s all header only
For examples please refer to the TCP tests and UDP tests respectively.
[ ] allow UDP “servers” to send messages to UDP “clients” and UDP “clients” to recv said messages [ ] check for leaks using valgrind [ ] wider OS support