This repo is an implementation of an easy-to-use socket for communicating data through TCP/IP.
This shows the transfer of data between socket and client using the lib.- Custom data type supported
- Easy to integrate to code base
- Can be configured to server/client mode
- Template based code
- Same class can be configured to be used as server/client
- C++14 or later
mkdir build
cd build
cmake ..
make -j
Read the test scripts comments to understand the usage
./test_server
./test_client