I am trying to send a messages to arduino microprocessor from linux with python. I am not exactly sure how can I achieve that? Those messages are supposed to control arduino and describe what actions it needs to take. Process.runShellCommand() doesn't suit me because the python script needs to be running forever.
What can we do with GitHub - arduino/YunBridge library. Can we use it for our own needs?
Can I use Mailbox on linux side?