- Notifications
You must be signed in to change notification settings - Fork1
Simple application to show trace result to destination host on the world map.
License
Hokid/traceroute-map
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 OStraceroute
util and for Windowstracert
. Ensure you have it.
Go toreleases page and download application or installer for your OS. To run application on MacOS readthis.
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 byyaru.
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 thedocs.
About
Simple application to show trace result to destination host on the world map.