Traceroute Tool is a simple graphical utility built using Go and the Fyne framework. It allows users to perform traceroute operations to diagnose network paths. Thanks to Anthony Eden for his library.
- Perform traceroute to a specified host.
- Display the path of hops along with the elapsed time.
- Visualize the geographic location of IP addresses in the path.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Go 1.16 or higher
- Fyne v2.1.0 or higher
- Clone the repository:
git clone https://github.com/lennart1978/traceroute.git cd traceroute
- Build the application
go build .
- Run the application AS ROOT !
sudo ./traceroute