/hydra

Hydra: a BGP and Round-Trip Delay Correlation Tool

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Hydra

A BGP and Round-Trip Delay Correlation Tool

to get started:

  • read example tests: test/UtilsTest.js, test/ModelTest.js
  • read comments at the beginning of each function/class

to see the API documentation:

to run tests in WebStorm:

  • click "JsTestDriver Server" at the bottom of the window
  • push the play button (upper left corner)
  • copypaste the URL into a browser
  • right-click the file bgpdeco.jstd and choose "Run bgpdeco.jstd"

to switch from Raphael to jQuery-SVG (and viceversa) edit scripts in index.html as follows:

  • add jQuery-svg scripts right under the standard jQuery import
  • remove Raphael.js import
  • replace the raphael-adapter with jquerysvg-adapter