Skip to content

Commit

Permalink
Remove hawkbit sandbox url
Browse files Browse the repository at this point in the history
Due to shutting down the hawkbit sandbox:
eclipse-hawkbit/hawkbit#1700

UF-969
Signed-off-by: Saeed Rezaee <[email protected]>
  • Loading branch information
SaeedRe committed Dec 16, 2024
1 parent a0e65e6 commit edc6bd0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<gatewaytokenvalue> -e HAWKBIT_CONTROLLER_ID=<mycontrollerid> hara-virtual-device:<virtual-device-version>
Expand Down

0 comments on commit edc6bd0

Please sign in to comment.