juanpintom / Souliss_ESP_Examples

Short examples to use Souliss on ESP8266
https://github.com/souliss/souliss
17 stars 20 forks source link

MQTT support, questions #35

Closed marksev1 closed 8 years ago

marksev1 commented 8 years ago

Juan so I see that you have planned MQTT support.

Will it be just tied in with Adafruit.io, or will there also be a possibility to read the mqtt sentences with a local "Mosquitto MQTT" broker on a RPI, for example.

Thanks for answering.

juanpintom commented 8 years ago

Its planned but I don't know when as I said at ML.

marksev1 commented 8 years ago

I'm not asking when, I'd like to know if it would work also with offline broker - Moquitto http://mosquitto.org/

marksev1 commented 8 years ago

Aparently this https://github.com/Imroy/pubsubclient is the library to use.