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