hivemq-mqtt-web-client icon indicating copy to clipboard operation
hivemq-mqtt-web-client copied to clipboard

A websockets based MQTT Client for your browser.

Results 6 hivemq-mqtt-web-client issues
Sort by recently updated
recently updated
newest added

Hi! The websocket-client uses the 3.1. version from mqttws31.js. There is exists a newer version where the clientId length extended to 65535. https://eclipse.org/paho/clients/js/

enhancement

When the client send PUBREL packet to server (QoS=2) it send wrong fixed header = 0x60, but according MQTT protocol 3.1 and 3.1.1 fixed header for this packet has to...

bug

Seems in commit #21 the reference to config.js has been removed. Now the configured host and port are no longer working https://github.com/hivemq/hivemq-mqtt-web-client/commit/4c424fe6562980ba4e27b4d3e22d36f26c105a60#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051L305

bug

The specs say: > MQTT-6.0.0-2: A single WebSocket data frame can contain multiple or partial MQTT Control Packets. The receiver MUST NOT assume that MQTT Control Packets are aligned on...

bug

I am relatively new to MQTT, but as far as I know, there is no need to have the feed path starting with _/mqtt_. I found the code here: https://github.com/hivemq/hivemq-mqtt-web-client/blob/master/js/mqttws31.js#L912...

question

My Webserver supports TLS/SSL but if i click on "CONNECT" the App doesn''t react How can add TLS/SSL Support ? Same happens on http://www.hivemq.com/demos/websocket-client/ Thank you

enhancement