gausby / tortoise

A MQTT Client written in Elixir
Apache License 2.0
310 stars 55 forks source link

Implement the MQTT 5 protocol #5

Open gausby opened 6 years ago

gausby commented 6 years ago

Currently the client support MQTT 3.1.1

Look into what has changed from version 3.1.1 to version 5 and start implementing the new stuff.

gausby commented 6 years ago

For future reference this could be handy when we implement the MQTT 5 features: https://github.com/mqtt/mqtt.github.io/wiki/Differences-between-3.1.1-and-5.0

pulzzedavid commented 3 years ago

Any plans and status on support for MQTT 5?