-
|
What is the recommended approach for performing over‑the‑air firmware updates in a Thread network (sensors)? Are there any reference implementations, examples, or official documentation you can point to? |
Beta Was this translation helpful? Give feedback.
Answered by
jwhui
Jul 7, 2025
Replies: 1 comment 1 reply
-
|
As with any IP-based networking device, software updates requires some application-layer protocol support. Of course, you could always develop your own application-layer protocol, but there are many things to consider when managing a fleet of production devices. I would look into existing solutions such as Golioth. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ssenthu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As with any IP-based networking device, software updates requires some application-layer protocol support.
Of course, you could always develop your own application-layer protocol, but there are many things to consider when managing a fleet of production devices.
I would look into existing solutions such as Golioth.