Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 449 Bytes

Examples

The following is a list of examples provided.

Note

Examples must be run with privileges, see README.md for more information.

hello-world

A simple example that demonstrates running a traceroute and printing the output of each round.

cargo run -p hello-world

traceroute

A toy clone of the BSD4.3 (macOS) system traceroute tool.

cargo run -p traceroute 1.1.1.1