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.
- Host: GitHub
- URL: https://github.com/edudobay/cppsockets
- Owner: edudobay
- License: gpl-2.0
- Created: 2014-01-08T03:39:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T17:32:39.000Z (almost 12 years ago)
- Last Synced: 2025-01-12T06:07:51.712Z (12 months ago)
- Topics: c-plus-plus, socket, socket-client, socket-communication, socket-server, sockets
- Language: C++
- Size: 234 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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