https://github.com/lennart1978/traceroute
perform traceroute operations to diagnose network paths with GUI.
https://github.com/lennart1978/traceroute
Last synced: 1 day ago
JSON representation
perform traceroute operations to diagnose network paths with GUI.
- Host: GitHub
- URL: https://github.com/lennart1978/traceroute
- Owner: Lennart1978
- License: other
- Created: 2023-10-16T14:59:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T05:40:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T11:34:18.831Z (6 months ago)
- Language: Go
- Size: 810 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
# TracerouteGUI
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.
![]()
## Features
- 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.
- ## Version 1.1: Display ISP, Org, ASN of IP## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Go 1.16 or higher
- Fyne v2.1.0 or higher### Installation
1. Clone the repository:
```bash
git clone https://github.com/lennart1978/traceroute.git
cd traceroute
2. Build the application
```bash
go build .
3. Run the application AS ROOT !
```bash
sudo ./traceroute