bogdan-bondar on master
add SystemSecurityContext (#126… (compare)
stefbehl on master
Make custom target filter table… (compare)
bogdan-bondar on master
Provide API for auto assignment… (compare)
Hi, I want to apply the Rollout with Action type = Soft
to my system, which is noted that Device can execute the update at any time, e.g. with user approval or according to its regular update time plan
.
My system has hawkBit on the server and Swupdate runs on the device.
I very appreciate if someone tells me the starting point. My idea is to modify Swupdate to let the users give their approvals before new software is going to be updated. If someone knows any better approach, please let me know.
Thanks in advance!
Hi Experts,
I have written sample application for OTA as client and using Hawkbit server. For localhost able to open hawkbit UI and upload file and download. I want to do same for live hawkbit server that is https://hawkbit.eclipseprojects.io/ which should not be local host but it will be using some ip address here from the link after inspecting IP address of it was 40.68.130.7 , when i do ping 40.68.130.7 i am not able to get any response. can anyone please tell me how to achieve pinging for link https://hawkbit.eclipseprojects.io/
can anyone tell me, IP address that is able to send response when pinging is done for hawkbit web page https://hawkbit.eclipseprojects.io/ so that IP address when passed as argument to my sample application it will start bind and request and response is seen
:point_up: Edit: Hi Experts, @kaizimmerm,
I have written sample application for OTA as client and using Hawkbit server. For localhost able to open hawkbit UI and upload file and download. I want to do same for live hawkbit server that is https://hawkbit.eclipseprojects.io/ which should not be local host but it will be using some ip address here from the link after inspecting IP address of it was 40.68.130.7 , when i do ping 40.68.130.7 i am not able to get any response. can anyone please tell me how to achieve pinging for link https://hawkbit.eclipseprojects.io/
can anyone tell me, IP address that is able to send response when pinging is done for hawkbit web page https://hawkbit.eclipseprojects.io/ so that IP address when passed as argument to my sample application it will start bind and request and response is seen
UI/login
replies with 200, like curl -I -X GET https://hawkbit.eclipseprojects.io/UI/login
. See: https://github.com/Kynetics/hara-ddiclient/blob/master/build.gradle#L271Hey Everyone,
Trying to set Hawkbit in a Multi-tenant setup with keycloak. Can't seem to figure out how the setup is supposed to be done and I can't find anything in the litterature. Any cues please? Do I have to provide any Spring settings, How do I link user to tenants, etc.
Thanks,
DEFAULT_VHOST
probably
Anyone knows what might cause this to happen?
2021-08-11 08:39:56.966 WARN 1 --- [qtp178604517-18] o.e.h.r.e.ResponseExceptionHandler : File streaming failed: fullfileRequest zephyr.signed.bin
What Im seeing at my client is that the download might still happen after I read this message at the server, but it is extremely slow. It isn't like the 1 bytes per second that kind of slow, it is just that the transfer of the firmware chunks happens in a pretty long interval (2 min, ie every 2 mins the device will receive a chunk of 650 bytes, out of 251 KiB)
Hi @KOTTIRAMSAI,
For the OpenId auth with KeyCloak, I've posted on your issue : eclipse/hawkbit#1147. Hope it helps.
GET /rest/v1/targetfilters/{targetFilterQueryId}
to retrieve your targetFilter and the query value itself and put it as parameter q
to GET /rest/v1/targets
. Of course if the query value is already known you can skip the first GET request.
@sbabic Could you please explain those ways to balance load? Also please confirm whether this server is completely open source or we have to pay for managing this server to deploy more than 1000 devices
@sbabic Awaiting for your reply. Please confirm this because it is higher priority for us
@sheikajith hawkBit is an open source software, but deploying it is to scale is not an overnight effort. You can either do it the hard way by deploying everything on your own (months and months of work I would say), or go with one of the cloud platforms mentioned in:
https://www.eclipse.org/hawkbit/gettingstarted/
Can you please elaborate on the effort to deploy bulk clients in server side? Do we have to implement and handle this deployment process in hawkbit server open source available, if so could you help us in implementing this.
what do you mean for "bulk clients"?
We are planning to use hawkbit server for production, mainly deploying thousands of clients. Whether hawkbit server supports that? With this particular plan, what is available for free and what features will have a cost? Whether testing OTA update with hawkbit server is free?