Versions Compared

Key

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

...

  1. IEPM-DB library: This perl library is used to fetch and parse traceroute data from iepm database
  2. Exhibit API 1.0: This is external JavaScript Library linked to (http://static.simile.mit.edu/exhibit/api/exhibit-api.js). The API accept data in JSON format and visualized the data in any format without writing a bunch of HTML lines. It also simplifies the debugging and maintenance issues by decreasing the no. of html lines of actual code. The API is tested using firebug (www.firebug.com).
  3. WZ_Tooltip: This is another JavaScript API that shows the Graphiz visualization of traceroute in an HTML popup. The link to the library is internal.
  4. Topology.pl: The CGI script implemented by Yee-Ting Li to visualize the traceroute(s) using Graphiz. The current link to script is from my local machine i.e. (http://aegir.slac.stanford.edu/cgi-bin/traceroute_topology.pl).

Detail Code Explanation

  1. /afs/slac.stanford.edu/u/sg/lonex/traceanal/iepm/trunk/lib/IEPM/Tools/Traceroute.pm

TODO:

  • Find and change the link of topology.pl link in traceanal.pl.

...