Simple application to show trace result to destination host on the world map.
This application created for fun and not indented to be a network tool or something like that.
Application depends on external network tools. For Linux and Mac OS traceroute
util and for Windows tracert
. Ensure you have it.
Go to releases page and download application or installer for your OS. To run application on MacOS read this.
This application created for fun and not verified. If you try to open you will see warning like "TracerouteMap cannot be opened because the developer cannot be verified" in this case just click Cancel and go to System Preferences -> Security & Privacy. There you should see message like "TracerouteMap was blocked from use because it is not from an identified developer" and Open Anyway button. Click that button and in warring window click Open.
Used tools in development:
- electron-react-boilerplate
- electron-builder
- electron
- react
- nodejs-traceroute
- Leaflet
- react-leaflet
- ...and many other
Theme inspired by yaru.
To run locally clone the repo and install dependencies
$ yarn install
Then run
$ yarn start
Or make build for your OS
$ yarn package
For more information about commands read the docs.