Date: Tue, 27 Sep 2005 16:17:39 -0700 (PDT) From: Joel Wood <jwood@mail.ncircle.com> To: Oleg Korecky <koresh@dnepr.net> Cc: freebsd-stable@freebsd.org Subject: Re: Infra-red in FreeBSD... Remote control in XMMS... LIRC ?? Message-ID: <20050927161156.Q31161@mail.ncircle.com> In-Reply-To: <43394274.3030203@dnepr.net> References: <43394274.3030203@dnepr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050927161156.Q31161>