Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustrobotics/hebo
Cross platform MQTT broker and client in Rust
https://github.com/rustrobotics/hebo
mqtt rust
Last synced: 3 months ago
JSON representation
Cross platform MQTT broker and client in Rust
- Host: GitHub
- URL: https://github.com/rustrobotics/hebo
- Owner: RustRobotics
- License: gpl-3.0
- Created: 2022-02-10T01:56:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T02:52:12.000Z (4 months ago)
- Last Synced: 2024-10-10T14:04:09.449Z (3 months ago)
- Topics: mqtt, rust
- Language: Rust
- Homepage:
- Size: 2.95 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](hebo/resources/logo/hebo.png)](https://github.com/RustRobotics/hebo)
# About
![Build status](https://github.com/RustRobotics/hebo/actions/workflows/rust.yml/badge.svg)
[![Latest version](https://img.shields.io/crates/v/hebo.svg)](https://crates.io/crates/hebo)
[![Documentation](https://docs.rs/hebo/badge.svg)](https://docs.rs/hebo)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.56+-yellow.svg)
![License](https://img.shields.io/crates/l/hebo.svg)Hebo is a cross-platform MQTT Broker.
It also includes a MQTT client, named `ruo`.- [Documentation](https://docs.rs/hebo)
- [Release notes](https://github.com/RustRobotics/hebo/releases)## License
This project is Licensed under [GNU General Public License, version 3.0](LICENSE).