Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cw1997/inetutils

Some network utils including 'ping' and 'traceroute'
https://github.com/cw1997/inetutils

inetutils network ping traceroute tracert

Last synced: about 1 month ago
JSON representation

Some network utils including 'ping' and 'traceroute'

Awesome Lists containing this project

README

        

# inetutils
[![CMake](https://github.com/cw1997/inetutils/actions/workflows/cmake.yml/badge.svg)](https://github.com/cw1997/inetutils/actions/workflows/cmake.yml)

Some network utils including 'ping' and 'traceroute'

# build
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`

# test

cd ./bin
sudo ./ping
sudo ./traceroute

# documentation
For more information about usage, you can see the `./doc/documentation.docx`