-
-
Notifications
You must be signed in to change notification settings - Fork 343
Open
Description
We might want to have MQTT related functionality in mgmt. Resources to "send" values and a function to "receive" values.
I'm going to keep this wide open for now, so that @lourencovales can have fun designing the "API". Let's focus on a resource first, and functions as step two.
Let's work on your design in this issue. It probably makes sense to have the following:
- Some mcl pseudo code of how this would work.
- Some suggestions about which libraries to use and pros/cons of each.
- An analysis of those libraries to see how you could get an event. (We don't want polling.)
- Some pseudo code of how it might tie in with future mqtt related functions. (Bigger mcl example.)
- A minimal prototype of MQTT doing it's thing before you try to glue it into the mgmt code base.
- A way to mock MQTT "client"/"server" sides to test it all for yourself when developing.
- A discussion about how we would eventually test all this.
Any questions, let me know!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels