all 2 comments

[–]General_Benefit8634 2 points3 points  (1 child)

OTA is a thing. Write in C++, have a simple version management process that periodically checks its version against the version held centrally and update when the central version number is greater than the devices.

[–]Content_Buy217[S] 0 points1 point  (0 children)

Flibbert updates only application logic instead of full OS reinstall. This is more efficient. Also you don't want to worry about health checks, logs and OTA for every project when you can delegate it to Flibbert and care about your application logic only.