Skip to content

A small website that parses the output of the tracert or traceroute command and displays it on an openstreetmap

License

Notifications You must be signed in to change notification settings

Alextopher/tracert-map

Repository files navigation

tracert map

A small website that parses the output of the tracert or traceroute command and displays it on an openstreetmap

screenshot

Setup

  1. Create an ipinfo.io account and generate an access token

  2. Place the access token in a `config.toml`` file

token = "put token here"
  1. Run the server
cargo run --release -- -c config.toml
  1. Optionally, you can use a docker container
docker run -v ./config.toml:/app/config.toml -p 4460:80 alextopher/tracert-map:latest

Design

This 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.

About

A small website that parses the output of the tracert or traceroute command and displays it on an openstreetmap

Topics

Resources

License

Stars

Watchers

Forks