Initial check in accordance with Parallel IP
This commit is contained in:
18
examples/hawkbit-device-simulator/README.md
Executable file
18
examples/hawkbit-device-simulator/README.md
Executable file
@@ -0,0 +1,18 @@
|
||||
# hawkBit Device Simulator
|
||||
|
||||
The device simulator handles software update commands from the update server.
|
||||
|
||||
## Run
|
||||
```
|
||||
java -jar examples/hawkbit-device-simulator/target/hawkbit-device-simulator-*-SNAPSHOT.jar
|
||||
```
|
||||
Or:
|
||||
```
|
||||
run org.eclipse.hawkbit.simulator.DeviceSimulator
|
||||
```
|
||||
|
||||
## Usage
|
||||
The device simulator exposes an REST-API which can be used to trigger device creation.
|
||||
```
|
||||
http://localhost:8083/start?amount=10
|
||||
```
|
||||
Reference in New Issue
Block a user