Skip to content

Minimalist stream API for networking in pure C++11

License

Notifications You must be signed in to change notification settings

L0ren2/inetstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inetstream

C++11 Stream interface for easy networking

What this is

A simple header only networking API for sending / receiving simple TCP / UDP messages from Linux to Linux

What this is not (yet)

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

Examples

For examples please refer to the TCP tests and UDP tests respectively.

Things left to be done

[ ] allow UDP “servers” to send messages to UDP “clients” and UDP “clients” to recv said messages [ ] check for leaks using valgrind [ ] wider OS support

About

Minimalist stream API for networking in pure C++11

Resources

License

Stars

Watchers

Forks

Packages

No packages published