• Yes, it should be possible. Just establish the WebSocket connection, call mqtt=require("MQTT").create(...) and then mqtt.connect(websocketConnection);

    Sine MQTT is expecting a .write function and .data event you might have to fiddle it a bit though

About

Avatar for Gordon @Gordon started