Versions Compared

Key

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

...

  1. User enters the URL with target to be geolocated.
  2. The TULIP visualization GUI on the client calls the Java code. The Java code to compute calls the reflector RTT server with the target and information on the selection of landmarks .  The reflector calls the enabled landmarks from the set of selected  landmarks. The landmarks measure the ping RTTs  to the target and return the results of the pings to the reflector, that in turn returns those results to the client. The client then massages the results and ssndscompute the answer and meanwhile sends a query string via a web service/remote routine to the Matlab server.
  3. The client's Java code computes massages the answer and waits for a reply from results and sends them to the Matlab server. The Matlab code server computes an answer from data provided in the query string. Matlab server sends back a reply in the form of a dataset.
  4. The Java code receives the reply and merges this to other results to create a standardized XML file.
  5. This XML file is then read by TULIP visualization GUI to display the result on Google map. Each algorithm's result is represented in a distinct fashion.

...