https://github.com/mdp/gotraceroute
A very half-ass version of traceroute in Go
https://github.com/mdp/gotraceroute
Last synced: about 1 year ago
JSON representation
A very half-ass version of traceroute in Go
- Host: GitHub
- URL: https://github.com/mdp/gotraceroute
- Owner: mdp
- License: mit
- Created: 2015-03-04T16:50:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T17:23:19.000Z (almost 10 years ago)
- Last Synced: 2025-03-24T20:43:01.513Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gotraceroute
_Demo codebase for a talk at Yahoo SF's Tech and Beer Talk_
[See the presentation here](https://slides.com/mdp/gotraceroute)
## Run and install
```
# Needs libpcap on linux
go get
go build gotraceroute.go
sudo ./gotraceroute -ttl 5 www.yahoo.com
```