Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT deduplicate - packetId #65

Open
5 tasks
mitra42 opened this issue Nov 22, 2024 · 0 comments
Open
5 tasks

MQTT deduplicate - packetId #65

mitra42 opened this issue Nov 22, 2024 · 0 comments

Comments

@mitra42
Copy link
Owner

mitra42 commented Nov 22, 2024

Check out the packetID in MQTT, the internal broker in the device should keep track of recent packet ids and discard duplicates.

  • Determine structure
  • Implement on node in internal broker (system_mqtt)
  • Implement on html client
  • Pay attention on the server
  • Will be relevant when implement a local relay server

See https://www.hivemq.com/blog/mqtt-essentials-part-4-mqtt-publish-subscribe-unsubscribe/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant