Skip to content

umqtt.simple: Adds support for MQTT v3.1#173

Open
dracode wants to merge 1 commit intomicropython:masterfrom
dracode:mqtt-v31-patch
Open

umqtt.simple: Adds support for MQTT v3.1#173
dracode wants to merge 1 commit intomicropython:masterfrom
dracode:mqtt-v31-patch

Conversation

@dracode
Copy link

@dracode dracode commented May 3, 2017

MQTT v3.1.1 uses a different connection string ("MQTT\x04") than MQTT v3.1 ("MQIsdp\x03"). This commit allows the library to support either version. Older version of Mosquitto do not support v3.1.1, which was preventing MicroPython clients from connecting to those brokers.

MQTT v3.1.1 uses a different connection string ("MQTT\x04") than MQTT v3.1 ("MQIsdp\x03").  This commit allows the library to support either version.  Older version of Mosquitto do not support v3.1.1, which was preventing MicroPython clients from connecting to those brokers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant