Some network utils including 'ping' and 'traceroute'
This project is building by CMake
, so you need to install CMake
first.
To install CMake, you can run this shell script below:
./install_cmake.sh
Note!! This script will remove the already exists CMake.
Then you can run this shell script below for building the source code:
./build.sh
Finally you can see two new directories that name is bin
and build
cd ./bin
sudo ./ping
sudo ./traceroute
For more information about usage, you can see the ./doc/documentation.docx