Skip to content

akasamq/mqtt-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqtt-proto

MQTT encoding/decoding library

TODO

  • Benchmark (mqttrs, mqtt_v5, mqtt-protocol)
  • Add examples
  • Example code in Rust Doc and README.md
  • Support no_std
  • Support tokio_io::AsyncRead
  • Support select MQTT version by features