Skip to content

AeJae/Traceroute-Map-Generator

Repository files navigation

Traceroute-Map-Generator

Generates a Leaflet-based map that visualizes the route taken by a packet from its source to destination.

Usage

  • Add a single route to the addresses.json file following the current format.
  • Press the Update JSON button to display the route on the map.

Ipregistry is recommended as the source for IP address locations instead of the default of ipapi, which now seems unreliable.

Usage of this requires you to create a free account and pass in your API key during NetworkManager instantiation.
For example, in public/js/Controller.js: ... = new NetworkManager(true, "your API key");.

A Project by AJSF (@AeJae)

Logo

About

Generates a Leaflet-based map that visualizes the route taken by a packet.

Topics

Resources

License

Stars

Watchers

Forks

Contributors