Page 1 of 1

SSH Commands

Posted: Wed Feb 17, 2016 6:26 pm
by CTM Tom
Hey,

Been using QLC plus on the Raspberry Pi for some time now and it's just awesome!

Was just wondering if it was possible to send commands to QLC+ through SSH? So for instance I want channel 1 @ 100% i could type say qlcplus 1 100 or something. More than likely not possible but just wondering!

Re: SSH Commands

Posted: Wed Feb 17, 2016 7:17 pm
by janosvitok
Somewhere on this forum you can find a python script that sends OSC commands to QLC+. That may be a way to what you want to do.
You may also use ola (or ola python API) or websockets. Either way it will require some coding.

Re: SSH Commands

Posted: Wed Feb 17, 2016 9:42 pm
by mcallegari
Why SSH when there's this: http://www.qlcplus.org/Test_Web_API.html

Re: SSH Commands

Posted: Thu Feb 18, 2016 1:03 am
by CTM Tom
Thank you both for you replies :)