File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet
11
+
12
+ ## [ 0.4.0] - 2025-04-04
13
+
10
14
### Added
11
15
- REPEAT setting in PingAll + some output cleanup
12
16
[ #9 ] ( https://github.com/netsec-ethz/scion-java-multiping/pull/9 ) ,
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ MultiPing provides several tools:
13
13
## Execution
14
14
15
15
All tools can be run from the executable jar file which is available in
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 ) .
16
+ the [ GitHub Releases section] ( https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.4 .0/scion-multiping-0.4 .0-executable.jar ) .
17
17
It can be executed with:
18
- https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.2.0/scion-multiping-0.2.0.jar
18
+
19
19
```
20
- java -jar scion-multiping-0.2 .0-executable.jar [tool-command]
20
+ java -jar scion-multiping-0.4 .0-executable.jar [tool-command]
21
21
```
22
22
23
23
Some tools require configuration files, see below in the tool description sections.
@@ -102,7 +102,7 @@ request to `64-2:0:4c,192.168.0.1`.
102
102
THe tool can be executed with:
103
103
104
104
```
105
- java -jar scion-multiping-0.2 .0-executable.jar ping-repeat
105
+ java -jar scion-multiping-0.4 .0-executable.jar ping-repeat
106
106
```
107
107
108
108
## Output
@@ -156,5 +156,5 @@ following property (
156
156
the example works only for ` ethz.ch ` ):
157
157
158
158
```
159
- java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.2 .0-executable.jar
159
+ java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.4 .0-executable.jar
160
160
```
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.scion</groupId >
8
8
<artifactId >scion-multiping</artifactId >
9
- <version >0.3 .1-SNAPSHOT</version >
9
+ <version >0.4 .1-SNAPSHOT</version >
10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments