Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By gaara
#64334 Hi, yes, we have modified the MQTTClient to work with WebSockets. We didn't have time to upload it on git yet. Did you find any other solution or would you be interested in our implementation?
User avatar
By gaara
#64356 For the simple reason that we want to use port 80 to hit an Apache server before reaching the MQTT Broker.

The solution has already been implemented. We will upload to git shortly. I will update this post once that's done.
User avatar
By ciberius
#64400 Hi, unfortunately we didn't find any other solutions, so we're thinking to develop a similar one. If it is possible, we'll wait for your git library.

Our needs is to develop a firmware that can connect to a message broker in order to send and receive messages in real time (avoiding "polling").