diff --git a/README.md b/README.md index 9bd3a38..46d7796 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,12 @@ to build the `hara-virtual-device` docker image: ./gradlew buildImage ``` -to connect the virtual devices to the [hawkBit sandbox](https://hawkbit.eclipseprojects.io/): +To test the hara-ddiClient library, a hawkbit server is required. + +To run the hawkbit server, please follow the instructions provided in the hawkbit Update Server documentation: +- [hawkbit Update Server](https://kynetics.github.io/hawkbit/gettingstarted/#from-docker-image) + +to connect the virtual devices to the hawkbit server, find the gateway token in the ["System Config"](https://www.eclipse.org/hawkbit/concepts/authentication/#ddi-api-authentication-modes) page in Hawkbit server and use the following command: ```shell docker run -e HAWKBIT_GATEWAY_TOKEN= -e HAWKBIT_CONTROLLER_ID= hara-virtual-device: