|
From: Bengt M. <bu...@be...> - 2007-04-06 11:35:45
|
Andy wrote: > Hi all, > > Is their a way to inject IR codes into the daemon? eg. so that it > would act as if the IR had been received from a physical interface. I guess that starting lircd with the -l flag, and then pushing the appropriate commands onto the LIRC port (default 8765) would do what you are asking for. For example echo SEND_ONCE REMOTE COMMAND | netcat LIRCSERVER 8765 where LIRCSERVER is the (resolvable) ip-name, or an ip-address of the lirc-server. I have a fix for irsend that will allow you to use irsend for that purpose too. I will submit it to the maintainer. > > I guess I am asking for a dummy driver that accepts data. > > The reason I ask is for an application where I have a piece of > equipment (a Slim Devices SqueezeBox) located next to a TV displaying > MythTV. I don't want to place another receiver on the wall, I would like > to use the data being received by the SqueezeBox. The SqueezeBox reports > it's received IR codes, so all I need to do is inject those codes in the > MythTV system's LIRC stack. > > Failing the above idea, does anybody know of a simple keyboard event > injector for X windows??? > > Andy. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > |