@jimbolaya Or you can use https://github.com/tsathishkumar/MySController-rs A light weight controller which can be used for FOTA and act as a proxy for all other usages.
Posts made by Sathishkumar Thangavel
-
RE: MYSController for RPi?
-
RE: API first controller with OTA support, also exposes WebOfThings APIs for sensors
@alowhum Will add the deb package for raspbian soon.
-
RE: API first controller with OTA support, also exposes WebOfThings APIs for sensors
@alowhum thanks for your interest in testing this out
The current state of the project is about 90% complete. Missing support for few specific sensors. It would be great if I get some feedback and suggestions.
-
RE: esp8266 updating firmware on another esp8266
I have been working on a project to do the FOTA through API. It is in workable state now. It can't be run on ESP, but you can run it on a raspberry or any linux/unix system.
Let me know if you need more help in using this project. -
API first controller with OTA support, also exposes WebOfThings APIs for sensors
I have been working on this project for sometime now. It started as a project to do just OTA support with API first approach. But then moved on to expose WoT api's that can be used by Things Gateway by mozilla. It also acts as a proxy to work with other controllers.
Currently supports Serial and TCP connection. MQTT support is in pipeline.
UI for firmware management is still in progress.
The project is open source and can be found here. Written completely in Rust Lang. Still at early stage. Feedbacks welcome.
Screenshots of Integration with Things Gateway is attached