Ripeatlastracepath Versions Save

A JavaScript/Python web-app which reads results from RIPE Atlas traceroute measurements (both IPv4 and IPv6) and shows the Autonomous Systems and Internet Exchange Points that probes traverse to reach the target.

v0.6.0

7 years ago
  • new feature: graphs can now be saved on and loaded from the server (if SERVERSIDE_SAVE_ENABLE=True is setted on the config.py file)
  • improvement: better traceroute details popup handling
  • fix: exporting a graph in PNG format was not working when UTF-8 characters were present within the ASN or IP data

v0.5.0

7 years ago
  • new feature: click on a probe to show path details
  • improvement: probes that don't reach the destination host but do reach the destination AS are marked with a different borders' color
  • improvement: add hop hostname in textual representation
  • improvement: automatically load a measurement when its ID is given on the msmid argument of the query string (?msmid=xxx)
  • improvement: use RIPE Atlas API version 2
  • fix: while loading a previously saved graph, isolated probes were grouped and their original position was lost

v0.4.0

7 years ago
  • new feature: also IXPs which are traversed by probes are shown (data from PeeringDB)
  • new feature: by clicking on a probe you can highlight the path of that probe toward the target

Warning: graphs saved with previous versions can't be loaded in this one.

v0.3.1

8 years ago

Fix: RTT calculation

v0.3.0

8 years ago

First release based on D3.js and WSGI