Infra-red in FreeBSD... Remote control in XMMS... LIRC ??

Joel Wood jwood at mail.ncircle.com
Tue Sep 27 16:17:48 PDT 2005


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 !
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>


More information about the freebsd-stable mailing list