https://github.com/makstamoian/traceroute
Simple traceroute implementation in C++
https://github.com/makstamoian/traceroute
icmp linux system-programming traceroute
Last synced: 2 months ago
JSON representation
Simple traceroute implementation in C++
- Host: GitHub
- URL: https://github.com/makstamoian/traceroute
- Owner: makstamoian
- License: mit
- Created: 2022-10-30T10:33:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T12:25:34.000Z (over 1 year ago)
- Last Synced: 2023-12-22T18:24:24.753Z (over 1 year ago)
- Topics: icmp, linux, system-programming, traceroute
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# traceroute
traceroute – a utility to show packet route to host
```shell
./traceroute -d -h -rt
```## Compilation
1. Make sure you have `build-essentials`, `g++`, and `cmake` installed
2. Run `cmake .` to generate Makefile
3. Run `make` to build## Contribution
🚀 Feel free to contribute by opening pull requsts or issues 🚀
Adequate PR and commit names are highly appreciated