Ecosyste.ms: Awesome
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: about 1 month 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T17:32:39.000Z (almost 11 years ago)
- Last Synced: 2023-08-03T18:02:24.506Z (over 1 year ago)
- Topics: c-plus-plus, socket, socket-client, socket-communication, socket-server, sockets
- Language: C++
- Size: 234 KB
- Stars: 1
- Watchers: 2
- 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