Warning: this SDK is experimental, correctness and API stability are currently not guaranteed
This package allows you to implement an Astarte Device using Rust.
You can build the SDK and the example with
cargo build
After building, you can run the example with
cargo run --example simple -- \
--credentials-secret <credentials-secret>
--device-id <device-id>
--pairing-url <pairing-url>
--realm <realm>