rumqtt icon indicating copy to clipboard operation
rumqtt copied to clipboard

The MQTT ecosystem in rust

rumqtt Logo


rumqtt is an opensource set of libraries written in rust-lang to implement the MQTT standard while striving to be simple, robust and performant.

  • crates.io page docs.rs page rumqttc: A high level, easy to use mqtt client
  • crates.io page docs.rs page rumqttd: A high performance, embeddable, clustered MQTT broker

Contributing

Please follow the code of conduct while opening issues to report bugs or before you contribute fixes, also do read our contributor guide to get a better idea of what we'd appreciate and what we won't.

License

This project is released under The Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0)