/nettools

Network tools implemented on C

Primary LanguageCApache License 2.0Apache-2.0

nettools

Network tools implemented on C.

Build

mkdir .build
cd .build
cmake ..
cmake --build .

Build examples

mkdir .build
cd .build
cmake ../examples
cmake --build .

-or- (after CMake) For Linux with make:

make

-or- (after CMake) For Windows:

MSBuild.exe nettools.sln