Skip to content

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

License

Notifications You must be signed in to change notification settings

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.

Optional Functionality

Ipregistry can be used as a source for IP address locations instead of ipapi.
Usage of this requires you to create an account and pass in your API key during NetworkManager instantiation.
For example, in Controller: ... = new NetworkManager(true, "<your API key>");.

A Project by AJSF (@AeJae)

Logo