[Announcement] Protocol to Set/Get values from esp32 device (PoMA)
Posted: Wed Aug 19, 2020 3:06 am
I have developed a simple protocol (PoMA) to communicate with an esp32 device using TCP sockets.
PoMA is a simple API that makes it possible to set and get variables from a running system.
It is motivated by the need to manage the configuration of dedicated devices (such as IoT devices) without using a local web server, i.e. a web servers running on the device. PoMA is based on the idea of Topics. For every Topic the system can handle two different kind of operations: get and set. There is also another operation to list available Topics.
Visit https://github.com/reugalabf/PoMA if you want to give it a try
Federico
PoMA is a simple API that makes it possible to set and get variables from a running system.
It is motivated by the need to manage the configuration of dedicated devices (such as IoT devices) without using a local web server, i.e. a web servers running on the device. PoMA is based on the idea of Topics. For every Topic the system can handle two different kind of operations: get and set. There is also another operation to list available Topics.
Visit https://github.com/reugalabf/PoMA if you want to give it a try
Federico