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 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-21.3.0-SNAPSHOT.jar`
`lighty-netconf-device\target\lighty-netconf-device-21.3.0.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-21.3.0-SNAPSHOT.jar
java -jar lighty-action-device-21.3.0.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-21.3.0-SNAPSHOT.jar 12345
java -jar lighty-action-device-21.3.0.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>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 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-21.3.0-SNAPSHOT.jar
java -jar lighty-network-topology-device-21.3.0.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-21.3.0-SNAPSHOT.jar 12345
java -jar lighty-network-topology-device-21.3.0.jar 12345
```

### Connect to device via SSH
Expand Down
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>21.3.0-SNAPSHOT</version>
<version>21.3.0</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-21.3.0-SNAPSHOT-bin.zip`
* extract binary distribution `lighty-notifications-device-21.3.0-bin.zip`
from target directory
* run jar file from zip with default parameter
```
java -jar lighty-notifications-device-21.3.0-SNAPSHOT.jar
java -jar lighty-notifications-device-21.3.0.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-21.3.0-SNAPSHOT.jar 12345
java -jar lighty-notifications-device-21.3.0.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>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 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-21.3.0-SNAPSHOT-bin.zip`
* extract binary distribution `lighty-toaster-device-21.3.0-bin.zip`
from target directory
* run jar file from zip with default parameter
```
java -jar lighty-toaster-device-21.3.0-SNAPSHOT.jar
java -jar lighty-toaster-device-21.3.0.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-21.3.0-SNAPSHOT.jar 12345
java -jar lighty-toaster-device-21.3.0.jar 12345
```

### Connect to device via SSH
Expand Down
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>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>
<relativePath>../../parents/examples-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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-21.3.0-SNAPSHOT.jar --starting-port 20000 --device-count 200 --thread-pool-size 200
java -jar lighty-toaster-multiple-devices-21.3.0.jar --starting-port 20000 --device-count 200 --thread-pool-size 200
```

### Connect to device via SSH
Expand Down
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>21.3.0-SNAPSHOT</version>
<version>21.3.0</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>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions examples/models/lighty-example-data-center-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-binding-parent</artifactId>
<version>21.2.0</version>
<version>21.3.0</version>
<relativePath/>
</parent>

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-data-center-model</artifactId>
<version>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-binding-parent</artifactId>
<version>21.2.0</version>
<version>21.3.0</version>
<relativePath/>
</parent>

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

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/models/lighty-example-notifications-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-binding-parent</artifactId>
<version>21.2.0</version>
<version>21.3.0</version>
<relativePath/>
</parent>

<groupId>io.lighty.netconf.device.examples.models</groupId>
<artifactId>lighty-example-notifications-model</artifactId>
<version>21.3.0-SNAPSHOT</version>
<version>21.3.0</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>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
24 changes: 12 additions & 12 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>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>
<packaging>pom</packaging>

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

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.2</version>
<version>5.13.4</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.2</version>
<version>5.13.4</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.10.0</version>
<version>2.10.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
8 changes: 4 additions & 4 deletions examples/parents/examples-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>21.2.0</version>
<version>21.3.0</version>
<relativePath/>
</parent>

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

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.3</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>io.lighty.netconf.device.examples</groupId>
<artifactId>examples-bom</artifactId>
<version>21.3.0-SNAPSHOT</version>
<version>21.3.0</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>21.3.0-SNAPSHOT</version>
<version>21.3.0</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>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>

<modules>
<module>parents</module>
Expand Down
4 changes: 2 additions & 2 deletions lighty-netconf-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>21.2.0</version>
<version>21.3.0</version>
<relativePath/>
</parent>

<groupId>io.lighty.netconf.device</groupId>
<artifactId>lighty-netconf-device</artifactId>
<version>21.3.0-SNAPSHOT</version>
<version>21.3.0</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>21.3.0-SNAPSHOT</version>
<version>21.3.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
Loading