bogdan-bondar on master
Improve target management (#126… (compare)
: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?
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?
Again: hawkBit is a software, not a service. To have a hawkBit service you need to run it on a server. You can either run it on your own server or pay companies that provide hawkBit as a service. Wheter it scales depends on the features of the server or the service selected (e.g. servers performences, use of CDN, load balancing, etc). There's no "free plan" or "paid plain": hawkBit is an open source software.
@diegorondini Can we use hawkbit through docker? Do we need to maintain any database if we use it through docker?
https://gitter.im/eclipse/hawkbit?at=5a0bff5271ad3f8736e7baa2