2005-04-07, 08:58 PM
Good news to report.
Today I tested the "WinLIRC controlled by telnet" java code written by my friend. The java app accepts the recording service {channel} arguments and using a telnet session (port 8765 ) to the WinLIRC server, passes the channel number.
Testing Results:
GB-PVR in recording mode passes the {channel} argument to WinLIRC and WinLIRC does switch the external receiver channel.
There is a little more tweaking to do. i.e Modify the code to close the telnet session upon completion.
I have compiled the java code from .java to .jar so that it runs as an executable, and is selectable from GB-PVR configuration.
Here are the arguments passed to the java code.
Parameters: x.x.x.x 3100 {channel} 4
Where x.x.x.x = IP where WinLIRC is located
3100 = LIRC remote control config model number, which is 3100 in my case.
{channel}
4 = # of IR repeats. 4 works good for my receiver.
I believe there are some good application for using this technique within GB-PVR.
One being long distance control of a remote switching an external device. Could be in another room, building or country even.
Will post more later.
Regards,
Richard
Today I tested the "WinLIRC controlled by telnet" java code written by my friend. The java app accepts the recording service {channel} arguments and using a telnet session (port 8765 ) to the WinLIRC server, passes the channel number.
Testing Results:
GB-PVR in recording mode passes the {channel} argument to WinLIRC and WinLIRC does switch the external receiver channel.
There is a little more tweaking to do. i.e Modify the code to close the telnet session upon completion.
I have compiled the java code from .java to .jar so that it runs as an executable, and is selectable from GB-PVR configuration.
Here are the arguments passed to the java code.
Parameters: x.x.x.x 3100 {channel} 4
Where x.x.x.x = IP where WinLIRC is located
3100 = LIRC remote control config model number, which is 3100 in my case.
{channel}
4 = # of IR repeats. 4 works good for my receiver.
I believe there are some good application for using this technique within GB-PVR.
One being long distance control of a remote switching an external device. Could be in another room, building or country even.
Will post more later.
Regards,
Richard