We are looking at using MQTT as the messaging protocol on a new device we\'re building. We\'d also like a web interface for the device. Does anyone know if you can impleme
This link (Download codes) is useful. Download it and modify this file mosq-mqttws31.html. Instead of the embedded java script library use this cdn
https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.1/mqttws31.js
and the client instantiation should be client = new Paho.MQTT.Client("test.mosquitto.org", 8080,"myclien256tiffffd_" + parseInt(Math.random() * 100, 10));