-
• #2
Yes, it should be possible. Just establish the WebSocket connection, call
mqtt=require("MQTT").create(...)
and thenmqtt.connect(websocketConnection);
Sine MQTT is expecting a
.write
function and.data
event you might have to fiddle it a bit though
Hi @Gordon and all,
I've an Espruino Pico. Is it possible for the MQTT client to connect to the MQTT broker over WebSocket protocol?