Updated README.md for examples

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
This commit is contained in:
Jonathan Philip Knoblauch
2016-04-28 14:42:04 +02:00
parent a08db803ce
commit 8e8545092f
2 changed files with 6 additions and 3 deletions

View File

@@ -2,8 +2,11 @@
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 a Spring Boot and hawkBit based update server. Includes all _hawkBit_ interfaces, i.e. DDI, DMF, Mgmt-API, Mgmt-UI.
- `hawkbit-custom-theme-example` : Example for a customized theme for Management UI.
- `hawkbit-mgmt-api-client` : Example client for the _hawkBit_ Management API.
- `hawkbit-example-ddi-client` : Example _hawkBit_ DDI client based on the _hawkBit_ DDI API.
- `hawkbit-example-feign-core-client` : Core resources for the examples.
- `hawkbit-example-mgmt-client` : Example client for the _hawkBit_ Management API
- `hawkbit-example-mgmt-spring-client` : Example client for the _hawkBit_ Management API based on Spring boot.

View File

@@ -26,5 +26,5 @@ executorService.execute(ddiExampleClient);
#### Getting started with hawkBit Example DDI Client
After the hawkBit Example DDI Client has started it will poll once against the given hawkBit server and form then on depending on your polling configuration.
Once the hawkBit Example DDI Client has polled successful your will see a target in the deployment view regarding the given controller id of your hawkBit Example DDI Client.
After the hawkBit Example DDI Client has polled successful your will see a target in the deployment view regarding the given controller id of your hawkBit Example DDI Client.