Crates.io | rustot |
lib.rs | rustot |
version | 0.4.1 |
source | src |
created_at | 2021-07-07 09:01:57.595181 |
updated_at | 2022-11-01 08:37:38.92715 |
description | AWS IoT |
homepage | |
repository | https://github.com/BlackbirdHQ/rustot |
max_upload_size | |
id | 419825 |
size | 747,599 |
Work in progress
no_std, no_alloc crate for AWS IoT Devices, implementing Jobs, OTA, Device Defender and IoT Shadows
This crates strives to implement the sum of:
Any contributions will be welcomed! Even if they are just suggestions, bugs or reviews!
This is a port of the Amazon-FreeRTOS AWS IoT Device SDK (https://github.com/nguyenvuhung/amazon-freertos/tree/master/libraries/freertos_plus/aws/ota), written in pure Rust.
It is written to work with mqttrust, but should work with any other mqtt client, that implements the Mqtt trait from mqttrust.
The crate is covered by tests. These tests can be run by
cargo test --tests --all-features
, and are run by the CI on every push to master.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.