Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

canni
Copy link

@canni canni commented Sep 18, 2025

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 canni requested a review from a team as a code owner September 18, 2025 14:41
@canni canni changed the title Implement missing MQTTv3 protocol support [WIP] Implement missing MQTTv3 protocol support Sep 18, 2025
@canni canni force-pushed the feature/mqttv3 branch 2 times, most recently from a023b80 to bfb8960 Compare September 18, 2025 14:54
Signed-off-by: Dariusz Górecki <[email protected]>
Signed-off-by: Dariusz Górecki <[email protected]>
@canni canni changed the title [WIP] Implement missing MQTTv3 protocol support Implement missing MQTTv3 protocol support Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant