Menu

Tree [45f4f1] drv-api-1.0 /
 History

HTTPS access


File Date Author Commit
 configs 2014-07-29 Alec Leamas Alec Leamas [be06c1] configs: Adding resurrected configuration files.
 contrib 2014-09-26 Alec Leamas Alec Leamas [e897e8] generate-lircrc: Also check for duplicates.
 daemons 2014-09-22 Alec Leamas Alec Leamas [7ec050] build: daemons, main: Don't create lircd et. al...
 doc 2014-09-22 Alec Leamas Alec Leamas [1824b3] doc: configuration-guide/configure: Merge lircd...
 drivers 2014-08-25 Alec Leamas Alec Leamas [1f3aca] logging: Converting debug to a loglevel.
 git-tools 2014-08-19 Alec Leamas Alec Leamas [d6d126] all: Whitespace fixes (bad pre-commit hook, sig...
 include 2014-08-27 Alec Leamas Alec Leamas [c8c36e] include/media/lirc.h: Remove PACKETSIZE, align ...
 lib 2014-09-22 Alec Leamas Alec Leamas [5eac6a] lib: Bugfix: Yet another option processing fix.
 lirc.org 2014-09-24 Mario Domenech Goulart Mario Domenech Goulart [f90e46] lirc.org/git.html: update git clone URI
 m4 2014-10-01 Alec Leamas Alec Leamas [45f4f1] configure: Make python3-yaml mandatory.
 plugins 2014-09-17 Eric Andersson Eric Andersson [bfedc0] plugins/irtoy, doc/Makefile.am: OSX build fixes.
 remotes 2014-09-16 Eric Andersson Eric Andersson [810caa] remotes: lircd.conf.sonyir bugfix
 systemd 2014-09-13 Andreas Oberritter Andreas Oberritter [6bf809] build: use systemd.m4 [https://bitbucket.org/mg...
 test 2014-09-10 Alec Leamas Alec Leamas [80a029] test: Cleanup + add missing files.
 tools 2014-09-16 Alec Leamas Alec Leamas [61bc0d] irrecord: Bugfix.
 .gitignore 2014-09-13 Andreas Oberritter Andreas Oberritter [6bf809] build: use systemd.m4 [https://bitbucket.org/mg...
 AUTHORS 2014-09-09 Alec Leamas Alec Leamas [a53561] smode2: Retiring, moving to contrib/.
 CONTRIBUTE.md 2014-09-05 Alec Leamas Alec Leamas [40d2e1] CONTRIBUTE: fixes.
 COPYING 2013-10-10 Alec Leamas Alec Leamas [a65eb9] Update COPYING to latest version.
 ChangeLog 2014-05-05 Alec Leamas Alec Leamas [d4b903] lirc_options: Handle missing config file, pre2 ...
 INSTALL.txt 2014-04-11 Alec Leamas Alec Leamas [4564a8] Fix whitespace issues, new fix-whitespace scrip...
 LICENSE 2014-03-11 Alec Leamas Alec Leamas [6ad1ed] Adding CCAN config file libraries (MIT licensed).
 Makefile.am 2014-09-20 Alec Leamas Alec Leamas [29a31e] build: Fix "use systemd.m4" and "man2html optio...
 NEWS 2014-09-22 Alec Leamas Alec Leamas [7ec050] build: daemons, main: Don't create lircd et. al...
 README 2014-08-20 Alec Leamas Alec Leamas [fc5f11] doc update: README, CONTRIBUTE, lircd.conf.5 up...
 TODO 2010-05-24 lirc lirc [59b957] capture code sequences like e.g. used by Pioneer
 autogen.sh 2014-09-02 Alec Leamas Alec Leamas [bab190] irrecord, autogen: Non-optimized FTBS fix (#42)...
 configure.ac 2014-10-01 Alec Leamas Alec Leamas [45f4f1] configure: Make python3-yaml mandatory.
 lirc-driver.pc.in 2014-03-17 Alec Leamas Alec Leamas [c763e9] build: Add pkgconfig .pc files.
 lirc.pc.in 2014-03-17 Alec Leamas Alec Leamas [c763e9] build: Add pkgconfig .pc files.
 lirc_options.conf 2014-08-14 Alec Leamas Alec Leamas [6bbc93] lirc_options: Bugfix (typo), some clean-up.
 lircd.conf 2014-03-11 Alec Leamas Alec Leamas [8b3ffa] daemons: implement options file support in lirc...
 lircmd.conf 2014-03-11 Alec Leamas Alec Leamas [8b3ffa] daemons: implement options file support in lirc...

Read Me

# LIRC - Linux Infrared Remote Control README.

    Copyright (C) 1996 Ralph Metzler <rjkm@thp.uni-koeln.de>
    Copyright (C) 1998-2010 Christoph Bartelmus <lirc@bartelmus.de>
    Copyright (C) 2010-2011 Jarod Wilson <jarod@redhat.com>
    (according to GNU General Public Licence 2.0 or later)

## General

This is the README file for LIRC, the Linux Infrared Remote Control
package. The main documentation of this package is available in HTML
format at http://lirc.org. After building the documentation is also
available at doc/html/index.html.

Updated versions of lirc is available using the website http://lirc.org.

## Last version: 0.9.2

## Build and install.

More complete build and install instructions are available in the
manual, the Installation chapter. The fast track:

    $ ./autogen.sh
    $ ./configure
    $ make
    $ sudo make install

If you are upgrading from an older version of LIRC take a look at the
NEWS file which contains all user visible changes between
releases. Also at least read the "Updating from lirc-x.y.z" sections
in the main documentation.


## What is LIRC?

LIRC is a package that allows you to decode and send infra-red signals
of many (but not all) commonly used remote controls.
Pre-release versions are currently available at the LIRC homepage:
http://www.lirc.org/

Former versions focused on home-brew hardware connected to the serial
or parallel port. Descriptions how to build this hardware can be found
on the LIRC homepage. Current versions of LIRC also support a variety
of other hardware. An up-to-date list of all supported devices and the
status of the according drivers is available on the LIRC homepage.

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.

Adding new remotes is still problematic but since version 0.5.2 there
is a program (irrecord)  that will try to add new remote controls
automatically.

Don't expect much documentation. This is only a pre-release version
and there is still much to be done before LIRC becomes easily
configurable and usable.
For people with a little C/C++ knowledge this should already be possible
with this pre-release. Otherwise, wait for version 1.0.

MongoDB Logo MongoDB