Updating new listeners clients (OTA) #267
MatteoGheza
started this conversation in
General
Replies: 2 comments 1 reply
-
Hm, difficult question. I don't know about the embedded side. I can, however, say that I would prefer to ship the firmware bin files with TallyArbiter. Then, updating also works offline. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mattv8 any thoughts on OTA here? I was thinking you were working on something with this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now listener clients are in this repo and works with the new listenerclient_connect api (see #225 and leave a review, please).
Now we should detect an old client (I'm working on this, listening to socket events used by old clients and displaying a banner in devices page) and require a client update.
Client update isn't an easy process, especially if you are using clients in production.
We should use OTA updates, so this is an one-time process.
How can we release a new listener version and update the device?
@hrueger any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions