Project: WNetwork
License GPL-2
Current version 7.0
Description
WNetwork is an abstract base class written in C++ that implements an interface to the API of posix sockets
in posix compliant OS while also adding more features.
The base classes for client and server manage the connections while leaving the parsing, etc. for the derived
classes. This way a general class for all types of network applications that are written in C++ is created and
the program logic can be easily added.
Its unique features are: non-blocking receiving, it manages multiple server and multiple client sockets at the same time
and it sends data in so called logical packets and splits received data up again.
Download ./projects/WNetwork/WNetwork-7.0.tar.bz2 •
MD5


