Skip to content
Ravi Teja edited this page Oct 9, 2015 · 1 revision

Welcome to the traceroute-gui wiki!

traceroute-gui is nothing but a hobby project, just for mapping the nodes from traceroute/tracert command for a given host on the world map using Google Static Maps API.

The final output looks like the following as of now, Sample Output

To run this after cloning this repo, follow these simple steps,

STEP 1: Adding a API Key File

  1. Create a text file with Google Static Maps API Key.
  2. Now, in NetworkNode.java, set the path of the API Key file to API_KEY_FILENAME String variable.

STEP 2: Compile and Run

  1. Compile : javac TestPacketTrackerGUI.java
  2. Run : java TestPacketTrackerGUI
Clone this wiki locally