Skip to content

MQTTv5 codec implemented for Rust and tokio-codec

Notifications You must be signed in to change notification settings

hyphent/mqtt-codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Codec

This is a MQTTv5 codec written in Rust for tokio-codec

Features

  • MQTT version 5.0 codec
  • QoS 0, 1, and 2
  • All types of packets with properties and reason codes

Getting Started

Add MQTT Codec to your Cargo.toml file as a dependency:

mqtt-codec = { git = "https://github.com/hyphent/mqtt-codec" }