-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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,
To run this after cloning this repo, follow these simple steps,
STEP 1: Adding a API Key File
- Create a text file with Google Static Maps API Key.
- Now, in
NetworkNode.java
, set the path of the API Key file to API_KEY_FILENAME String variable.
STEP 2: Compile and Run
- Compile :
javac TestPacketTrackerGUI.java
- Run :
java TestPacketTrackerGUI