2018-12-05 10:50:35 -08:00
|
|
|
Yarrp (Yelling at Random Routers Progressively)
|
|
|
|
=========
|
|
|
|
|
|
|
|
Yarrp is a next-generation active network topology discovery technique and tool
|
|
|
|
designed for rapid mapping at Internet scales. As with traditional traceroute,
|
|
|
|
Yarrp discovers router interfaces and the links between them. However, Yarrp
|
|
|
|
can probe at over 100Kpps and has been shown to discover >200K router
|
|
|
|
interfaces in less than 5 minutes. Yarrp supports TCP, UDP-paris, and
|
|
|
|
ICMP-paris probing over both IPv4 and IPv6. Yarrp is written in C++, runs on
|
|
|
|
Linux and BSD systems, and is open-sourced with a BSD license.
|
|
|
|
|
2018-12-06 12:33:00 +01:00
|
|
|
## Build
|
|
|
|
|
|
|
|
```shell
|
|
|
|
./bootstrap
|
|
|
|
./configure
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
## Technical details
|
|
|
|
|
|
|
|
* See https://www.cmand.org/yarrp
|