Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION="23.0.0-SNAPSHOT"
ARG VERSION="24.0.0-SNAPSHOT"

FROM maven:3.9-eclipse-temurin-21-alpine as build

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mvn clean install
```
* The NETCONF Device Library build is located at:

`lighty-netconf-device\target\lighty-netconf-device-23.0.0-SNAPSHOT.jar`
`lighty-netconf-device\target\lighty-netconf-device-24.0.0-SNAPSHOT.jar`

* The build & run procedures for the example devices are described in each device's README.

Expand Down
4 changes: 2 additions & 2 deletions examples/devices/lighty-actions-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Build root project - for more details check: [README](../../../README.md)
* extract binary distribution in target directory
* run jar file from zip with default parameter
```
java -jar lighty-action-device-23.0.0-SNAPSHOT.jar
java -jar lighty-action-device-24.0.0-SNAPSHOT.jar
```
To run device on specific port, add port number as an argument
* run device on specific port `12345` (any available port)
```
java -jar lighty-action-device-23.0.0-SNAPSHOT.jar 12345
java -jar lighty-action-device-24.0.0-SNAPSHOT.jar 12345
```

### Connect to device via SSH
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/lighty-actions-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions examples/devices/lighty-network-topology-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Build root project - for more details check: [README](../../../README.md)
* extract binary distribution in target directory
* run jar file from zip with default parameter
```
java -jar lighty-network-topology-device-23.0.0-SNAPSHOT.jar
java -jar lighty-network-topology-device-24.0.0-SNAPSHOT.jar
```
* to run device on specific port it is necessary to add port number as an argument
* run device on specific port `12345` (any available port)
```
java -jar lighty-network-topology-device-23.0.0-SNAPSHOT.jar 12345
java -jar lighty-network-topology-device-24.0.0-SNAPSHOT.jar 12345
```

### Connect to device via SSH
Expand Down Expand Up @@ -650,4 +650,4 @@ The directory **must** contain the following files:<br>
When -i argument is not set, persistence is disabled by default: <br>

Example Startup Command:
`java -jar lighty-network-topology-device-23.0.0-SNAPSHOT.jar -i path/to/persistence/directory -o path/to/persistence/directory`
`java -jar lighty-network-topology-device-24.0.0-SNAPSHOT.jar -i path/to/persistence/directory -o path/to/persistence/directory`
2 changes: 1 addition & 1 deletion examples/devices/lighty-network-topology-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions examples/devices/lighty-notifications-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Check commands in [Notifications device model](#notifications-device-model) on h
Build root project - for more details check: [README](../../../README.md)

**Run device**
* extract binary distribution `lighty-notifications-device-23.0.0-SNAPSHOT-bin.zip`
* extract binary distribution `lighty-notifications-device-24.0.0-SNAPSHOT-bin.zip`
from target directory
* run jar file from zip with default parameter
```
java -jar lighty-notifications-device-23.0.0-SNAPSHOT.jar
java -jar lighty-notifications-device-24.0.0-SNAPSHOT.jar
```
To run device on specific port, add port number as an argument
* run device on specific port `12345` (any available port)
```
java -jar lighty-notifications-device-23.0.0-SNAPSHOT.jar 12345
java -jar lighty-notifications-device-24.0.0-SNAPSHOT.jar 12345
```

### Connect to device via SSH
Expand Down
2 changes: 1 addition & 1 deletion examples/devices/lighty-notifications-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions examples/devices/lighty-toaster-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ of the processor calls method of `ToasterServiceImpl` which implements
Build root project - for more details check: [README](../../../README.md)

**Run device**
* extract binary distribution `lighty-toaster-device-23.0.0-SNAPSHOT-bin.zip`
* extract binary distribution `lighty-toaster-device-24.0.0-SNAPSHOT-bin.zip`
from target directory
* run jar file from zip with default parameter
```
java -jar lighty-toaster-device-23.0.0-SNAPSHOT.jar
java -jar lighty-toaster-device-24.0.0-SNAPSHOT.jar
```
To run device on specific port, add port number as an argument
* run device on specific port `12345` (any available port)
```
java -jar lighty-toaster-device-23.0.0-SNAPSHOT.jar 12345
java -jar lighty-toaster-device-24.0.0-SNAPSHOT.jar 12345
```

### Connect to device via SSH
Expand Down Expand Up @@ -334,4 +334,4 @@ Persistence can be manually enabled or disabled in the application's initial arg
When -i argument is not set, persistence is disabled by default: <br>

Example Startup Command:
`java -jar lighty-toaster-device-23.0.0-SNAPSHOT.jar -i path/to/persistence/directory -o path/to/persistence/directory`
`java -jar lighty-toaster-device-24.0.0-SNAPSHOT.jar -i path/to/persistence/directory -o path/to/persistence/directory`
2 changes: 1 addition & 1 deletion examples/devices/lighty-toaster-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/devices/lighty-toaster-multiple-devices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Build root project - for more details check: [README](../../../README.md)
`--starting-port STARTING-PORT` (Default 17380) First port for simulated device. Each other device will use incremented port number.
`--thread-pool-size THREAD-POOL-SIZE` (Default 8) The number of threads to keep in the pool, when creating a device simulator, even if they are idle.
```
java -jar lighty-toaster-multiple-devices-23.0.0-SNAPSHOT.jar --starting-port 20000 --device-count 200 --thread-pool-size 200
java -jar lighty-toaster-multiple-devices-24.0.0-SNAPSHOT.jar --starting-port 20000 --device-count 200 --thread-pool-size 200
```

### Connect to device via SSH
Expand Down Expand Up @@ -198,4 +198,4 @@ Persistence can be manually enabled or disabled in the application's initial arg
When -i argument is not set, persistence is disabled by default: <br>

Example Startup Command:
`java -jar lighty-toaster-multiple-devices-23.0.0-SNAPSHOT.jar -i path/to/persistence/directory -o path/to/persistence/directory`
`java -jar lighty-toaster-multiple-devices-24.0.0-SNAPSHOT.jar -i path/to/persistence/directory -o path/to/persistence/directory`
2 changes: 1 addition & 1 deletion examples/devices/lighty-toaster-multiple-devices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/devices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>devices-aggregator</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion examples/models/lighty-example-data-center-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-data-center-model</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-network-topology-device-model</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/models/lighty-example-notifications-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-notifications-model</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>

</project>
2 changes: 1 addition & 1 deletion examples/models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-models-aggregator</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
18 changes: 9 additions & 9 deletions examples/parents/examples-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-bom</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -26,42 +26,42 @@
<dependency>
<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-network-topology-device-model</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-data-center-model</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device</groupId>
<artifactId>lighty-netconf-device</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>lighty-actions-device</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>lighty-toaster-device</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>lighty-network-topology-device</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>lighty-toaster-multiple-devices</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-notifications-model</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/parents/examples-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-bom</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/parents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>io.lighty.netconf.device.examples.parents</groupId>
<artifactId>parents-aggregator</artifactId>
<packaging>pom</packaging>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>

<modules>
<module>examples-parent</module>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-aggregator</artifactId>
<packaging>pom</packaging>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>

<modules>
<module>parents</module>
Expand Down
2 changes: 1 addition & 1 deletion lighty-netconf-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>io.lighty.netconf.device</groupId>
<artifactId>lighty-netconf-device</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.lighty.netconf.device</groupId>
<artifactId>netconf-device-aggregator</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down