Files
hawkbit/examples/hawkbit-example-mgmt-spring-client/README.md
Jonathan Philip Knoblauch 2341bc8737 Update Readme.md and added new Readme.md to new modules.
Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
2016-05-03 13:46:10 +02:00

931 B

Eclipse.IoT hawkBit - Management API Example Client

Example Spring Boot client that shows how to efficiently use the hawkBit Example Management Client and the hawkBit Management API.

Powered by Feign.

How to run the example client

Run getting started example

$ java -jar hawkbit-mgmt-api-client-#version#.jar

Run create and start rollout example

$ java -jar hawkbit-mgmt-api-client-#version#.jar --createrollout

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

In rollout mode:

  • 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