freebsd-ports/comms/lirc/pkg-descr
Edwin Groothuis 627aa4a08e New port: comms/lirc: Linux Infared Remote Control
This is a port of the LIRC, Linux Infrared Remote Control,
	package (www.lirc.org). This port installs the daemons and
	tools for interacting with device drivers that support the
	LIRC device interface. The port does not install any FreeBSD
	infrared device drivers yet; the user must obtain these
	from third parties or port the existing Linux drivers.

PR:		ports/46774
Submitted by:	Mike Heffner <mikeh@FreeBSD.org> <mheffner@acm.vt.edu>
2003-10-06 01:31:49 +00:00

23 lines
986 B
Plaintext

LIRC is a package that allows you to decode and send infra-red signals
of many (but not all) commonly used remote controls.
The most important part of LIRC is the lircd daemon that will decode
IR signals received by the device drivers and provide the information
on a socket. It will also accept commands for IR signals to be sent if
the hardware supports this. The second daemon program called lircmd
will connect to lircd and translate the decoded IR signals to mouse
movements. You can e.g. configure X to use your remote control as an
input device.
The user space applications will allow you to control your computer
with your remote control. You can send X events to applications, start
programs and much more on just one button press. The possible
applications are obvious: Infra-red mouse, remote control for your TV
tuner card or CD-ROM, shutdown by remote, program your VCR and/or
satellite tuner with your computer, etc.
WWW: http://www.lirc.org/
- Mike
mikeh@FreeBSD.org