2016-01-21 13:18:55 +01:00
# Examples
2016-01-27 11:37:05 +01:00
2016-03-30 14:35:14 +02:00
Example projects that show how _ hawkBit _ can be used to create, run or access an _ hawkBit _ empowered update server.
2016-04-28 14:42:04 +02:00
- `hawkbit-custom-theme-example` : Example for a customized theme for Management UI.
2016-03-30 14:35:14 +02:00
- `hawkbit-device-simulator` : Simulates device software updates, leveraging the hawkBit device integration options.
2016-05-03 13:46:10 +02:00
- `hawkbit-example-app` : Allows you to run the Spring Boot hawkBit app. Includes all _ hawkBit _ interfaces, i.e. DDI, DMF, Mgmt-API, Mgmt-UI.
2016-05-18 16:05:10 +02:00
- `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
2016-11-03 15:53:53 +01:00
- `hawkbit-example-mgmt-simulator` : Example client simulation for the _ hawkBit _ Management API based on Spring Boot and the hawkbit-example-mgmt-feign-client.