Skip to content

nothingIIersonal/nettools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published