sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Implement missing MQTTv3 protocol support

Open canni opened this issue 3 months ago • 0 comments

According to docs MQTTv3 should be supported, but the Go SDK lacks v3 support.

Probably thats's because paho has 2 confusingly named libraries:

  • github.com/eclipse/paho.golang - used currently by the SDK, it only supports MQTT v5
  • github.com/eclipse/paho.mqtt.golang - older client that supports MQTT v3

This PR implements proto that would support v3 servers, tested with mochi broker.

Any feedback welccome!

canni avatar Sep 18 '25 14:09 canni