https://github.com/factbirdhq/mqttrust
MQTT client for embedded devices, written in rust
https://github.com/factbirdhq/mqttrust
Last synced: about 2 months ago
JSON representation
MQTT client for embedded devices, written in rust
- Host: GitHub
- URL: https://github.com/factbirdhq/mqttrust
- Owner: FactbirdHQ
- Created: 2020-03-15T10:48:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T08:31:59.000Z (12 months ago)
- Last Synced: 2025-04-24T05:39:05.349Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 60.6 MB
- Stars: 59
- Watchers: 4
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MQTT Client for Embedded devices
> no_std, no_alloc crate implementing secure MQTT Client capabilities.
![Test][test]
[![Code coverage][codecov-badge]][codecov]
![No Std][no-std-badge]
[![Crates.io Version][crates-io-badge]][crates-io]
[![Crates.io Downloads][crates-io-download-badge]][crates-io-download]This crate is highly inspired by the great work in [rumqttc](https://github.com/bytebeamio/rumqtt/tree/master/rumqttc).
## Tests
> 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.
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
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.[test]: https://github.com/BlackbirdHQ/mqttrust/workflows/Test/badge.svg
[no-std-badge]: https://img.shields.io/badge/no__std-yes-blue
[codecov-badge]: https://codecov.io/gh/BlackbirdHQ/mqttrust/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/BlackbirdHQ/mqttrust
[crates-io]: https://crates.io/crates/mqttrust
[crates-io-badge]: https://img.shields.io/crates/v/mqttrust.svg?maxAge=3600
[crates-io-download]: https://crates.io/crates/mqttrust
[crates-io-download-badge]: https://img.shields.io/crates/d/mqttrust.svg?maxAge=3600