Skip to content

Hokid/traceroute-map

Repository files navigation

Traceroute Map

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.

Preview

Requirements

Application depends on external network tools. For Linux and Mac OS traceroute util and for Windows tracert. Ensure you have it.

Installing

Go to releases page and download application or installer for your OS. To run application on MacOS read this.

Running not verified app on MacOS

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.

Development

Used tools in development:

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.