Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C++
Python

Cannot retrieve the latest commit at this time.
Failed to load latest commit information. | |||
![]() |
boost | ||
![]() |
libs | ||
![]() |
.gitignore | ||
![]() |
CMakeLists.txt | ||
![]() |
Jamroot | ||
![]() |
LICENSE_1_0.txt | ||
![]() |
RATIONALE.txt | ||
![]() |
README.txt | ||
![]() |
index.html |
README.txt
C++ Network Library This is a collection of network related routines/implementations geared towards providing a robust cross-platform networking library. This offers the following implementations: * Common Message Type -- A generic message type which can be used to encapsulate and store message related information, used by all network implementations as the primary means of data exchange. * Network protocol message parsers -- A collection of parsers which generate message objects from strings. * Adapters and Wrappers -- A collection of Adapters and wrappers aimed towards making the message type STL friendly. * Network protocol client and server implementations -- A collection of network protocol implementations that include embeddable client and server types. This library is released under the Boost Software License (please see http://boost.org/LICENSE_1_0.txt or the accompanying LICENSE_1_0.txt file for the full text.