Skip to content

Add support for OTA updates for client/server apps that use WFB #420

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PetruSoroaga
Copy link

@PetruSoroaga PetruSoroaga commented Apr 6, 2025

Add support to allow client/server apps that use WFB protocol, and the ones who don't, to initiate and do an OTA update of the client device over the WFB radio link. The actual OTA protocol and logic is handled by the client/server apps, not by the WFB stack. WFB just provides a way to exchange OTA messages, for clients and clients where one end might not be using WFB natively. The WFB protocol update is transparent for the (existing/future) clients. No change is required in existing WFB clients.

Add support to allow client/server apps that use WFB protocol to initiate and do an OTA update of the client over the WFB radio link.
The actual OTA protocol and logic is handled by the client/server apps, not by the WFB stack. WFB just provides a way to exchange OTA messages, for clients and clients where one end might not be using WFB natively.
The WFB protocol update is transparent for the (existing/future) clients. No change is required in existing WFB clients.
@svpcom svpcom force-pushed the master branch 4 times, most recently from 9bd67a2 to cb114fd Compare April 28, 2025 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant