umts / embedded-departure-board

A Zephyr based departure board that frequently GETs & displays bus stop departure times over LTE-M
Apache License 2.0
2 stars 0 forks source link

Setup FOTA #7

Open bandogora opened 1 year ago

bandogora commented 1 year ago

For remote management and DFU support.

bandogora commented 5 months ago

Mostly completed by #34. A socket should be opened and polled so the server can tell the device when to update. That would be less resource intensive (data consumption) and result in quicker updates than asking the server for updates periodically.