A small website that parses the output of the tracert or traceroute command
and displays it on an openstreetmap
-
Create an ipinfo.io account and generate an access token
-
Place the access token in a `config.toml`` file
token = "put token here"- Run the server
cargo run --release -- -c config.toml- Optionally, you can use a docker container
docker run -v ./config.toml:/app/config.toml -p 4460:80 alextopher/tracert-map:latestThis server is written in Rust. It uses the axum web framework and using leaflet + openstreetmap for the map.
This project was created in less than 2 days of work.
