A
Anonymous
Guest
Just it
Cellard said:Just it
winLIRC webpage said:The WinLIRC server runs on TCP/IP port 8765. Up to 16 clients can be connected at any given time. Every time a signal is successfully decoded, the server will send a single line of ASCII text to all connected clients describing the button that was pressed. Lines are deliminated by a single newline character ('\n'). For example, a client might see the line:
Cellard said:WinLirc -> Media Portal is more easy.
jadz said:I'll put this on my list of things to do. I was going to write up some documentation on getting remotes to work with Girder but I think this solution makes much more sence as girder isn't free and winLIRC is.
/// <summary>
/// OnAction() method. This method gets called when there's a new action like a
/// keypress or mousemove or... By overriding this method, the window can respond
/// to any action
/// </summary>
/// <param name="action">action : contains the action</param>
public virtual void OnAction(Action action)