martin-ger / uMQTTBroker

MQTT Broker library for ESP8266 Arduino
MIT License
444 stars 105 forks source link

Support for Websocket #8

Open bcopy opened 6 years ago

bcopy commented 6 years ago

Hello,

Are there any plans to support Websocket publishing in uMQTTBroker or any known forks that address this ? I found a library that does it and supposedly supports Eclipse Paho : https://github.com/xDWart/MQTTbroker but it only forwards Binary data (problematic for Javascript).

If there are no ongoing plans, how one would tackle such a feature ? ( eg. specs for MQTT -> Websockets bridging compatible with Mosquitto, ideas on how to add this in uMQTTBroker codebase etc...)

martin-ger commented 6 years ago

There are no plans or existing forks that I know of. I guess that would be a significant amount of work as the esp_conn calls that do the networking a distributed around the code.

Haider8 commented 5 years ago

Is there a way to make esp a mqtt broker with web sockets support? Maybe in esp 32. I have developed a client side app in vue.js, for that I need web sockets support.

riazbapoo commented 4 years ago

Is there a way to make esp a mqtt broker with web sockets support? Maybe in esp 32. I have developed a client side app in vue.js, for that I need web sockets support.

have you found any solution for this? im in the same boat 👍