MQTT Clientv0.3.0

Connect to an MQTT broker over WebSocket or native MQTT and browse published topics in real time. Websocket connections run native in your browser and mqtt connections are proxied through this web server.

// connection
Connects via local proxy over native MQTT TCP. No WebSocket required on the broker.
MQTT traffic will be proxied through this web server, not sent directly from your browser.
disconnected