Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 185 Bytes

File metadata and controls

11 lines (9 loc) · 185 Bytes

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