Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Dec 23, 2016
1 parent 1d2e03a commit 7ac171a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<h1>RIPE Atlas Tracepath</h1>
<span class="demomsgs">
This is a demo version of RIPE Atlas Tracepath, only some measurements can be used. Data and IP addresses details may be outdated.<br>
Chose one of the following demo measurements, hit the <b>Load graph</b> button to load a sample graph that has already been customized or push the <b>Load measurement</b> button to build it from scratch.<br>
Choose one of the following demo measurements, hit the <b>Load graph</b> button to load a sample graph that has already been customized or push the <b>Load measurement</b> button to build it from scratch.<br>
To use the real version, <a href="https://github.com/pierky/ripeatlastracepath" target="_blank">download and install it</a>.<br>
<br>
Demo measurements:<br>
Expand Down Expand Up @@ -241,7 +241,7 @@ <h2>Usage</h2>
<li>Hit the <b>Load measurement</b> button and wait until the results are loaded and the graph displayed.</li>
</ul>
Once the graph has been shown you can adjust probes' and ASes' position by moving them on the canvas; multiple selection allowed using the <kbd>shift</kbd> key. Double click on an AS or probe to restore its default position.<br>
Click on a probe to highlight its path toward the target.<br>
Click on a probe to highlight its path toward the target and to show details about its traceroute results.<br>
You can save the graph using the <b>Save graph</b> button, exporting it as a PNG image or JSON blob, and import it later using the <b>Load graph</b> button.<br>
<br>
Options are available to show/hide probes and text results.
Expand Down
2 changes: 1 addition & 1 deletion web.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
from config import *

CURRENT_RELEASE = "v0.4.0"
CURRENT_RELEASE = "v0.5.0"

ripeatlastracepathapp = Flask(__name__)

Expand Down

0 comments on commit 7ac171a

Please sign in to comment.