Files
hawkbit/examples
Jonathan Knoblauch 68523cd8de Flag parameter for management simulator to wait till scenario ends (#572)
* Add waitTillRolloutComplete parameter and setter for scenarios

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>

* Change to stream form parallel stream because of auth problems and fix
delete rollout call

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>

* Changed back to parallelStream

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>

* Removed catch feign exception and added decode404 to feign client

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
2017-09-19 17:49:19 +02:00
..
2017-03-30 08:46:31 +02:00

Examples

Example projects that show how hawkBit can be used to create, run or access an hawkBit empowered update server.

  • hawkbit-custom-theme-example : Example for a customized theme for Management UI.
  • hawkbit-device-simulator : Simulates device software updates, leveraging the hawkBit device integration options.
  • hawkbit-example-app : Allows you to run the Spring Boot hawkBit app. Includes all hawkBit interfaces, i.e. DDI, DMF, Mgmt-API, Mgmt-UI.
  • hawkbit-example-core-feign-client : Core resources for the client examples.
  • hawkbit-example-ddi-feign-client : Example hawkBit DDI client based on the hawkBit DDI API.
  • hawkbit-example-mgmt-feign-client : Example hawkBit Management client based on the hawkBit Management API
  • hawkbit-example-mgmt-simulator : Example client simulation for the hawkBit Management API based on Spring Boot and the hawkbit-example-mgmt-feign-client.