Hello everyone,
Is there a way to send console commands from a QT application to a RPi ? The Qt app being on a remote PC and the RPi connected to the PC via ethernet (and wifi).
I'm able to control the GPIOs thanks to Webiopi and QT sending RESTful HTTP commands (tutorial is here: http://nayarweb.com/blog/2014/control-r ... t-webiopi/ ) but what I'm trying to do is send console commands such as "sudo reboot" from my QT application to the RPi. Does anyone have a lead to this problem?
Thanks.