Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Seems there will be need to send commands to the backplane from other layers of the mujina software stack (ie: future REST and/or MQTT APIs). An initial use-case would be to attempt to re-initialize a board.
One implementation approach could be to use a queuing framework such as Tokio's MPSC (Multi-Producer, Single-Consumer) channel.
Beta Was this translation helpful? Give feedback.
All reactions