pmalmgren / tracepath-rs

A non-root version of traceroute written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tracepath-rs

A non-root version of traceroute written in Rust for Linux.

How to run it

$ git pull ...
$ cargo run google.com
...

Notes

  • I made this as a learning exercise, read about other things I learned here: https://petermalmgren.com/rust-tracepath/
  • This program only works on Linux
  • There are a bunch of features missing to make this a complete tracepath implementation
  • PRs are welcome!

About

A non-root version of traceroute written in Rust

License:MIT License


Languages

Language:Rust 100.0%