-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test demo on README #24
Comments
version=4 enable mqtt 3.1.1 (latest protocol version), while version=3 stick to past 3.1 version. |
Thank you .I got a 'emqttd-windows10-v2.1.2.zip' that I download from http://www.emqtt.io/ 。It could support mqtt 3.1.1 since version emqttd-v0.3.1. |
yes, Emqtt is supporting Mqtt v3.1.1 Could you also take & send a network trace when using nyamyk demo ? |
I bumped in the same issue, seems a bug on the packet length that assumes version 3 ID (3.1, MQIsdp), which is longer than version 4 (3.1.1, MQTT). Solved by toast-uz by changing at line 123 of nyamuk/mqtt_pkt.py from: |
hello!excuse me,{ |
I can't run it well when "ret = client.connect(version=4)" .
"ret = client.connect(version=3)" will be OK.
The text was updated successfully, but these errors were encountered: