Cross-platform socket library for making sockets usage easy and clean. Only supports TCP and only the most important methods.
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install
Compiling:
- link against libsocket.a
- On Windows, link against ws2_32.lib and iphlpapi.lib as well
See the tests to learn how to use.
- Improve README file
- Document the source files
- Add more methods to the classes
- Add UDP support