NetworkLib
Useful library in C to send or receive data using ringbuffers and poll
Install / Use
/learn @LilliJane/NetworkLibREADME
NetworkLib
Useful library in C to send or receive data using ringbuffers and poll. It makes use of the UNIX Network APIs.
Compile it
mkdir build
cd build
cmake ..
make
