I wrote a simple python program that interfaces directly with /dev/ugen0.1
to work with the usb rf ati remote wonder plus. Rather then interfacing
through lircd, I just output stuff in the format that lircd uses so that
programs
like mplayer just work.
The format is something like:
hexcode repeat-count keybinding configfile
or:
'00000040151f0a00 00 MUTE /home/jwood/remotewonderplus.conf\n'
'00000040151f0a00 01 MUTE /home/jwood/remotewonderplus.conf\n'
'00000040151f0a00 02 MUTE /home/jwood/remotewonderplus.conf\n'
'00000040151f0a00 03 MUTE /home/jwood/remotewonderplus.conf\n'
if I were to hold the mute key down.
If anyone would like the code, reply to me off list, as I am not on the
list.
-Joel
On Tue, 27 Sep 2005, Oleg Korecky wrote:
Did somebody use LIRC on the FreeBSD ? Or what you can recommend instead LIRC
?
Thanks !