hebo

Crates.iohebo
lib.rshebo
version0.3.3
sourcesrc
created_at2022-03-24 08:48:15.562328
updated_at2023-01-29 01:44:18.867755
descriptionDistributed MQTT broker
homepagehttps://github.com/RustRobotics/hebo
repositoryhttps://github.com/RustRobotics/hebo
max_upload_size
id555655
size442,179
Xu Shaohua (XuShaohua)

documentation

README

Hebo

Build status Latest version Documentation Minimum rustc version License

HeBo (河伯) is a distributed MQTT broker in Rust.

Build on Linux

First install dependencies:

sudo apt install -y \
  gcc \
  libssl-dev \
  libhiredis-dev \
  libmongoc-dev \
  libmariadb-dev \
  libpq-dev

Build on Windows

Install precompiled openssl is the easiest way.

For more information, see openssl document

License

This project is release with Affero General Public License.

Commit count: 1632

cargo fmt