This is a cross platform network library for C++11.
This library's main features:
- TCP client/server
- UDP client/server
- Endian Conversion
- Getting a list of the system's nerwork interfaces
./build.sh
cd build
make
sudo make install
NOTE: Run "./build.sh -DNET_USE_OPENSSL=ON" if use SSL/TLS.
or
Copy files in src directory to your project.
- Windows
- Mac OS X
- Linux
The MIT license