Skip to content

tempbottle/rumqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure rust MQTT client

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 86.5%
  • Shell 10.9%
  • Go 2.6%