Skip to content

thehouseisonfire/rumqtt

 
 

Repository files navigation

rumqtt Logo

What is rumqtt?

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

Crate Description Version
rumqttc-v4 MQTT 3.1.1 client crates.io page
rumqttc-v5 MQTT 5 client crates.io page

Installation and Usage

rumqttc-v4

Add the v4 client crate:

cargo add rumqttc-v4

rumqttc-v5

Add the v5 client crate:

cargo add rumqttc-v5

For more details, see rumqttc-v4/README.md and rumqttc-v5/README.md.

Features

rumqttc-v4

  • MQTT 3.1.1

rumqttc-v5

  • MQTT 5

Spec Compliance Docs

Community

Contributing

Please follow the code of conduct while opening issues to report bugs or before you contribute fixes, and read our contributor guide.

License

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

About

The MQTT ecosystem in rust

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 92.0%
  • Python 5.8%
  • Shell 1.3%
  • Other 0.9%