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

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

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