Rust native mqtt client for both std and no_std environmnents. https://github.com/obabec/rust-mqtt
Go to file
2022-02-10 13:32:52 +01:00
src Ownership problem 2022-02-10 13:32:52 +01:00
.gitignore Gitignore 2022-02-02 13:20:49 +01:00
Cargo.lock Initial development commit 2022-02-02 13:21:14 +01:00
Cargo.toml Initial development commit 2022-02-02 13:21:14 +01:00
example_connect.bin Encoding&Decoding 2022-02-06 13:44:26 +01:00
LICENSE Initial commit 2022-02-02 10:40:23 +01:00
README.md Initial development commit 2022-02-02 13:21:14 +01:00
rust-toolchain.toml Initial development commit 2022-02-02 13:21:14 +01:00

Rust-mqtt

Rust-mqtt is native MQTT client for both std and no_std environments. Client library provides async API which can be used with various executors.

Async executors

For desktop usage I reccomend using Tokio async executor and for embedded you should use Drogue-device

Building

cargo build

Running (on std)

cargo run

Contact

For any information contact me on email ond.babec@gmail.com