From e3d06faac1c250ab3ca29837c65dc9d7df63ae0b Mon Sep 17 00:00:00 2001 From: Saeed Rezaee Date: Mon, 16 Dec 2024 12:14:44 +0100 Subject: [PATCH] Remove hawkbit sandbox url Due to shutting down the hawkbit sandbox: https://github.com/eclipse-hawkbit/hawkbit/issues/1700 UF-969 Signed-off-by: Saeed Rezaee --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: