Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tool is developed to assist in comparing results of the Apollonius, Multilateration and Trilateration methods for Geolocation of target IP hosts that respond to pings from known landmarks (see http://www.slac.stanford.edu/comp/net/wan-mon/tulip/). Initially a dual map approach has been used to pinpoint errors and calculate distances between the estimated results and actual locations. We are also considering a more conventional single map approach as an alternate too. This visualization will help researchers analyze the strengths and weaknesses of both algorithms and will aid in figuring out suitable conditions for each case.

Image Modified

Approach


We have used Google Maps Api for plotting the results. The meaurement results are exported by a script into a csv file. The csv file has specific format (listed below). When the page is loaded a javascript function is called to parse csv file into js variables. These variables are then used to show different information all over the page. HTML file has a combo box. This combobox is populated on the fly with ip addresses from the csv file. When a user selects an ip address, google map is refreshed to show Actual Location, Trilateration and Multilateration estimates with their landmarks used to pinpoint the region. 

...