sysarcher / rumqtt

Pure rust mqtt cilent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure rust MQTT client

Documentation

What is supported

  • QoS 0, 1, 2
  • Tls (Uses RustTLS by default for TLS. Cross compilation and multi platform support is painless)
  • Automatic Reconnection
  • Dynamic Reconnection
  • Back pressure when the connection is slow
  • Incoming notifications on crossbeam channel
  • Pause/Resume network io

What's not supported

  • Cancelling mqtt will with disconnect packet

About

Pure rust mqtt cilent

License:The Unlicense


Languages

Language:Rust 86.7%Language:Shell 10.8%Language:Go 2.5%