You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
@mworrell there's a few dimensions of this that I plan on exploring after the v3 stable milestone (this month), if you have a practical/real-world examples of what you're trying to accomplish it could help focus in on something sooner?
The challenges I've seen w/ MQTT on the client side are that it benefits simple use cases by moving complexity to the server and depending on a reliable/available service, whereas with something like CoAP you can do more ad-hoc but have to figure out more of the semantics yourself.
I'd like to figure out how to support the MQTT simple use cases but in a more distributed way, the hard part is it's a very different solution when dealing with a few dozen versus a few thousand entities :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Show how to tunnel MQTT over a channel, as well as how to use it as a transport.
The text was updated successfully, but these errors were encountered: