eclipse / mosquitto.rsmb

Mosquitto rsmb
85 stars 42 forks source link

How to enable/disable RSMB for MQTT thru web socket #30

Closed apanasara closed 5 years ago

apanasara commented 5 years ago

How to enable/disable RSMB for MQTT thru web socket? I am trying to implement Eclipse Paho Javascript library but I am not able to connect RSMB Eclipse Paho mqttws31

icraggs commented 5 years ago

Hi. RSMB does not have support for WebSockets, and I don't maintain it any more. For WebSocket support you should use Mosquitto.

If you want MQTT-SN support, then you can use the Paho MQTT-SN transparent gateway to connect to Mosquitto.

apanasara commented 5 years ago

thanks for prompt clariication