Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subsys/mgmt/hawkBit: Roadmap #38898

Open
8 of 12 tasks
ycsin opened this issue Sep 28, 2021 · 3 comments
Open
8 of 12 tasks

subsys/mgmt/hawkBit: Roadmap #38898

ycsin opened this issue Sep 28, 2021 · 3 comments
Assignees
Labels
area: hawkBit Meta A collection of features, enhancements or bugs

Comments

@ycsin
Copy link
Collaborator

ycsin commented Sep 28, 2021

This issue list down a few things that can be improved or implemented in the hawkBit subsys.
Information about hawkBit server can be found at the Eclipse's Hawkbit website.

Comments are welcomed.

@ycsin ycsin added the Enhancement Changes/Updates/Additions to existing features label Sep 28, 2021
@ycsin ycsin changed the title hawkbit: Roadmap subsys/mgmt/hawkbit: Roadmap Sep 28, 2021
@ycsin ycsin changed the title subsys/mgmt/hawkbit: Roadmap subsys/mgmt/hawkBit: Roadmap Oct 7, 2021
@ycsin ycsin self-assigned this Oct 7, 2021
@henrikbrixandersen henrikbrixandersen added the Meta A collection of features, enhancements or bugs label Nov 2, 2022
@nashif nashif removed the Enhancement Changes/Updates/Additions to existing features label Nov 18, 2022
@real-tintin
Copy link

Hi,

Any updates w.r.t the Hawkbit roadmap?

We are using Hawkbit for our use case and have many times scratched our heads given the current implementation. I find that the implementation is rather difficult to follow (nested and complex execution/logic paths) and contains bugs e.g., no means to handle lost connections (has caused use troubled during ongoing downloads).

We have made custom adaptions to get it working for us. But we have now realised that a rewrite of the implementation would be needed, as we aim to add more functionality to it e.g., support for soft and force updates. I think that a state machine drive design i.e., a FSM would be well suited.

Any thoughts are welcome.

@ycsin
Copy link
Collaborator Author

ycsin commented Nov 14, 2023

Hi there, thanks for your interest in hawkBit!

Any updates w.r.t the Hawkbit roadmap?

Unfortunately no, I don't really have much time for this since I left the company that focused on IoT about 2 years ago.

We are using Hawkbit for our use case and have many times scratched our heads given the current implementation. I find that the implementation is rather difficult to follow (nested and complex execution/logic paths) and contains bugs e.g., no means to handle lost connections (has caused use troubled during ongoing downloads).

It is indeed intimidating at first glance, to follow the request and response it requires developers to literally scroll through the entire source. Download has to be restarted when the connection is lost 🙁, though it shouldn't be too hard to implement resumable download, we just have to save the progress into the nvs and modify the request string.

e.g., support for soft and force updates. I think that a state machine drive design i.e., a FSM would be well suited.

Although not clearly defined, hawkBit currently works in a FSM-ish fashion, there's definitely a big room for improvements, or even be rewritten to use SMF.

I also think that it is possible for hawkBit to do more than firmware upgrade, i.e. downloading custom payload & configuration files for the Settings subsystem.

But we have now realised that a rewrite of the implementation would be needed, as we aim to add more functionality to it

The hawkBit subsystem is currently not maintained, feel free to submit PRs!

@maass-hamburg
Copy link
Collaborator

maass-hamburg commented Apr 5, 2024

as there are currently a lot major hawkBit PRs open and we are all are having limited resources, I made a litte priority list, beginning with the most important IMO:

I did not include the already approved PRs and trivial PRs. If you have any thoughts about it, feel free to comment.

@maass-hamburg maass-hamburg self-assigned this Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: hawkBit Meta A collection of features, enhancements or bugs
Projects
None yet
Development

No branches or pull requests

5 participants