Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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'
- Host: GitHub
- URL: https://github.com/cw1997/inetutils
- Owner: cw1997
- License: apache-2.0
- Created: 2021-05-10T02:48:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T21:06:39.000Z (6 months ago)
- Last Synced: 2024-07-13T22:22:18.422Z (6 months ago)
- Topics: inetutils, network, ping, traceroute, tracert
- Language: C
- Homepage:
- Size: 740 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`