OyRemoteCL 0.1

Feb 3rd, 2010

Because it was a popular request to send commands to the receiver via the command line (e.g. to automate certain tasks, schedule them to run at certain times etc.), and because OyRemote relies quite heavily on the GUI, I have decided to fork of a quick command line version of OyRemote, OyRemoteCL. It’s very straight forward and easy to use and uses no configuration files, registry settings etc. at all. Just run it like this:

C:\>OyRemoteCL.exe
OyRemote Command Line - Version 0.1

Usage:
oyremotecl.exe -ip xxx.xxx.xxx.xxx -port xxxxx "commandstring"

Example:
oyremotecl.exe -ip 192.168.0.1 -port 60128 "SLI01,MVL35,SLP30"

Optional Parameter:
-delay xxx (in ms)

C:\>
C:\>OyRemoteCL.exe -ip 192.168.0.101 -port 60128 -delay 400 MVL20,MVL25,MVL30
Sent: !1MVL20
Received: !1MVL20
Sent: !1MVL25
Received: !1MVL25
Sent: !1MVL30
Received: !1MVL30
No comments yet.