Generates a Leaflet-based map that visualizes the route taken by a packet from its source to destination.
- Add a single route to the
addresses.jsonfile 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");.
