-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
support MQTT-SN #180
Comments
Thanks @gedw99 for suggesting MQTT-SN, I had a look and it wouln't fit very nicely with emitter directly as from what I gather MQTT-SN is supposed to be used as a gateway and have MQTT broker behind. Seems like more appropriate usage of MQTT-SN would be in a some sort of a gateway appliance (eg: Alexa-like) I do see the use for sensor networks and UDP, but we still need to find a way to properly secure this. Currently in the MQTT-SN specification you'd need to pre-register topics and then provide topic IDs which sounds almost impossible to secure in an unsecure network. Maybe instead of doing that, supporting full MQTT publish over UDP would be more useful? Given that emitter doens't actually require authentication and has channel keys, we could have a separate UDP listener on the same port which only listens for publish operations - this would allow sensor networks to publish messages to emitter without any connection drama. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
MQTT-SN uses UDP.
Its normally used for sensor data and it would be most useful to me.
I found a few implementations, and have not tried them yet.
https://github.com/Kmotiko/ceratopoGon
Please let me know if your open to eventually adding this to your roadmap.
The text was updated successfully, but these errors were encountered: