Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 468 Bytes

A fast, asynchronous, pure rust mqtt client

Mqtt Features

  • Supports QoS 0, QoS 1 and QoS 2
  • Auto reconnect
  • TLS support
  • Offline message buffering
  • Authentication with username and password
  • Gcloud IOT core authentication support
  • Passes paho interop testsuite

Other Advantages & Benchmarks

  • Max packet size customization
  • Easy to use client object from multiple threads simultaneously
  • Low memory foot print