mlesniew / PicoMQTT

ESP MQTT client and broker library
GNU Lesser General Public License v3.0
219 stars 25 forks source link

Will this library work with websockets connection? #18

Closed happytm closed 9 months ago

happytm commented 9 months ago

Will this library work with websockets connection? I want to use MQTT server from this library with MQTT client in web browser shown in project linked below:

https://github.com/HighVoltages/MQTTwebapp

Thanks.

mlesniew commented 9 months ago

Sorry, mqtt over websockets are not supported.

happytm commented 9 months ago

Thank you.