/c_packets

Testing packets and internet in C

Primary LanguageCMIT LicenseMIT

c_packets

Testing packets and internet in C

Build instructions

First build the build tool nobuild by tsoding

gcc nobuild/nobuild.c -o nb

Then build both the server and the client

./nb

To build just one you can do

./nb [client | server]