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

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++

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