Eclipse hawkBit enables rolling out software updates to constrained edge devices.
Questions tagged [hawkbit]
18 questions
0
votes
1 answer
How to resolve error when connect Hawkbit with MariaDB?
I'm trying to config Hawkbit following this guide: https://www.eclipse.org/hawkbit/guides/runhawkbit/
In pom.xml:
org.mariadb.jdbc
mariadb-java-client
…

Huy Nguyen
- 1,032
- 14
- 38
0
votes
1 answer
Eclipse Hawkbit: Rest API is not working with large file upload
I am trying Hawkbit for quite some time. By default, it doesn't support upload of software artifacts of more than 1 GB. So I have modified application-properties to make it support uploads of more than 1 GB.
Now from UI, I am able to upload file of…

Sachin Gupta
- 7,805
- 4
- 30
- 45
-2
votes
2 answers
How to store curl response in bash script?
I am trying to download file from hawkbit using curl in a bash script. Below is the curl invocation
curl --fail -sS -O -C - --location "${HEADERS[@]}" -w "%{http_code}\n" -X GET "$temp_url"
Now I want to store any error message from curl --fail if…

Preeti
- 535
- 1
- 6
- 30