Losant Rust MQTT Client for ESP32

Started working on a rust MQTT client for ESP32/ESP-IDF, still need to handle $date and $undefined in JSON but it’s working great so far. Any feedback would be great!

Hey, that’s awesome! I’ve forwarded this over to our engineering team for a closer look. Thanks for putting this together.

Right off the bat, for handling $date and $undefined, this Rust EJSON parser may be useful to you:

1 Like