File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ MultiPing provides several tools:
15
15
All tools can be run from the executable jar file which is available in
16
16
the [ GitHub Releases section] ( https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.2.0/scion-multiping-0.2.0-executable.jar ) .
17
17
It can be executed with:
18
-
18
+ https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.2.0/scion-multiping-0.2.0.jar
19
19
```
20
20
java -jar scion-multiping-0.2.0-executable.jar [tool-command]
21
21
```
@@ -43,7 +43,7 @@ It also provides a summary of its findings.
43
43
# Ping Repeat
44
44
45
45
The tool reads a list if ISD/AS codes from a csv file (
46
- ` isdAsInputFile ` , [ example] ( /ping-repeat-destinations.json ) ), repeatedly sends
46
+ ` isdAsInputFile ` , [ example] ( /ping-repeat-destinations.csv ) ), repeatedly sends
47
47
traceroute
48
48
SCMP requests to each AS and writes the results to an output file (
49
49
` outputFile ` , [ example] ( /ping-repeat-output.csv ) ).
You can’t perform that action at this time.
0 commit comments