2016-05-19 10:15:02 +02:00
|
|
|
# Eclipse.IoT hawkBit - Example Management Feign Client
|
2016-02-09 17:49:24 +01:00
|
|
|
|
2016-05-19 17:21:10 +02:00
|
|
|
Example Spring Boot client that shows how to efficiently use the hawkBit Example Management Feign Client and the hawkBit Management API.
|
2016-01-21 13:42:38 +01:00
|
|
|
|
2016-02-09 17:49:24 +01:00
|
|
|
Powered by [Feign](https://github.com/Netflix/feign).
|
|
|
|
|
|
|
|
|
|
## How to run the example client
|
|
|
|
|
|
|
|
|
|
Run getting started example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-01-17 15:03:52 +01:00
|
|
|
$ java -jar hawkbit-example-mgmt-simulator-#version#-exec.jar
|
2016-02-09 17:49:24 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Run create and start rollout example
|
|
|
|
|
|
|
|
|
|
|
2017-01-17 15:03:52 +01:00
|
|
|
$ java -jar hawkbit-example-mgmt-simulator-#version#-exec.jar --createrollout
|
2016-02-09 17:49:24 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## This example shows
|
|
|
|
|
|
|
|
|
|
In getting started example:
|
|
|
|
|
* creating software modules type
|
|
|
|
|
* creating distribution set type
|
|
|
|
|
* creating distribution sets
|
|
|
|
|
* creating software modules
|
|
|
|
|
* assigning software modules to distribution sets
|
|
|
|
|
|
2016-05-19 17:21:10 +02:00
|
|
|
In create rollout example:
|
2016-02-09 17:49:24 +01:00
|
|
|
* creating software modules type
|
|
|
|
|
* creating distribution set type
|
|
|
|
|
* creating distribution sets
|
|
|
|
|
* creating software modules
|
|
|
|
|
* assigning software modules to distribution sets
|
|
|
|
|
* creating a rollout
|
|
|
|
|
* starting a rollout
|