-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
bjoernQ
Aug 12, 2024
Replies: 1 comment 1 reply
-
@bjoernQ I found this in your repo - https://github.com/bjoernQ/esp32-rust-nostd-temperature-logger/blob/main/src/tiny_mqtt.rs, is this mqtt3? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that is MQTT3.1 - it's using https://crates.io/crates/mqttrust to encode/decode MQTT packets. Unfortunately that example is quite outdated (I plan on updating it whenever I get to it) but you can probably create something similar