An open API service indexing awesome lists of open source software.

https://github.com/edudobay/cppsockets

A C++ library for manipulating sockets, aiming to feel as close to BSD feel as possible.
https://github.com/edudobay/cppsockets

c-plus-plus socket socket-client socket-communication socket-server sockets

Last synced: 10 months ago
JSON representation

A C++ library for manipulating sockets, aiming to feel as close to BSD feel as possible.

Awesome Lists containing this project

README

          

A C++ library for manipulating sockets, that aims to be easy to use through a
familiar Berkeley sockets interface, while incorporating modern programming
techniques and newer functions from the POSIX sockets API.

*C++11 support is required.*

## Files
* `test.cpp` and `testsvr.cpp`: some simple examples of how the library may be used
* `src/*`: the library itself