Menu

Tree [52d8ae] master /
 History

HTTPS access


File Date Author Commit
 configs 2014-11-12 Alec Leamas Alec Leamas [8ceb0f] configs: Remove ancient script, don't install c...
 contrib 2014-10-30 Alec Leamas Alec Leamas [b4cf48] Makefile.am, contrib: Remove outdated HAL support.
 daemons 2014-11-17 Eric Anderson Eric Anderson [c290a1] Remove the --as-needed linking flag, which does...
 doc 2014-11-17 Eric Anderson Eric Anderson [792859] Work-around issue with sed seeing too many files.
 drivers 2014-10-07 Alec Leamas Alec Leamas [ccbe22] API: transmit: Normalize some function names.
 git-tools 2014-10-30 Alec Leamas Alec Leamas [40d99b] build: Shrink ChangeLog (500K), make sure the X...
 include 2014-08-27 Alec Leamas Alec Leamas [aea9e2] include/media/lirc.h: Remove PACKETSIZE, align ...
 lib 2014-11-17 Eric Anderson Eric Anderson [17fe76] Set default state of dyncodes to 0.
 lirc.org 2014-09-24 Mario Domenech Goulart Mario Domenech Goulart [bcce2e] lirc.org/git.html: update git clone URI
 m4 2014-10-01 Alec Leamas Alec Leamas [38e8b1] configure: Make python3-yaml mandatory.
 plugins 2014-11-18 Eric Anderson Eric Anderson [52d8ae] Add support for sonyir-osx using MacOSX IOKit U...
 remotes 2014-10-24 Alec Leamas Alec Leamas [6efeed] remotes/: Mark directory as obsolete.
 systemd 2014-09-13 Andreas Oberritter Andreas Oberritter [116bde] build: use systemd.m4 [https://bitbucket.org/mg...
 test 2014-11-05 Alec Leamas Alec Leamas [913bba] lib: Add new lircrc_class global lircrc option ...
 tools 2014-11-16 Eric Anderson Eric Anderson [17ea95] Build fixes for Darwin.
 .gitignore 2014-10-30 Alec Leamas Alec Leamas [40d99b] build: Shrink ChangeLog (500K), make sure the X...
 AUTHORS 2014-09-09 Alec Leamas Alec Leamas [85025e] smode2: Retiring, moving to contrib/.
 CONTRIBUTE.md 2014-11-14 Alec Leamas Alec Leamas [a91fc9] CONTRIBUTE.md: update.
 COPYING 2013-10-10 Alec Leamas Alec Leamas [e583bd] Update COPYING to latest version.
 INSTALL.txt 2014-04-11 Alec Leamas Alec Leamas [66ed9f] Fix whitespace issues, new fix-whitespace scrip...
 LICENSE 2014-03-11 Alec Leamas Alec Leamas [067352] Adding CCAN config file libraries (MIT licensed).
 Makefile.am 2014-11-12 Alec Leamas Alec Leamas [8ceb0f] configs: Remove ancient script, don't install c...
 NEWS 2014-11-07 Alec Leamas Alec Leamas [135521] NEWS:update
 README 2014-08-20 Alec Leamas Alec Leamas [76a99a] doc update: README, CONTRIBUTE, lircd.conf.5 up...
 README.conf.d 2014-10-10 Alec Leamas Alec Leamas [e45261] doc: Document new manual_sort stuff (#56).
 TODO 2010-05-24 lirc lirc [59b957] capture code sequences like e.g. used by Pioneer
 autogen.sh 2014-11-13 Alec Leamas Alec Leamas [291aab] autogen: hal support bugfix.
 configure.ac 2014-11-15 Age Bosma Age Bosma [cf8bb5] configure.ac: Fix regressions in X11 and system...
 lirc-driver.pc.in 2014-03-17 Alec Leamas Alec Leamas [7bc3b8] build: Add pkgconfig .pc files.
 lirc.pc.in 2014-03-17 Alec Leamas Alec Leamas [7bc3b8] build: Add pkgconfig .pc files.
 lirc_options.conf 2014-08-14 Alec Leamas Alec Leamas [6fce97] lirc_options: Bugfix (typo), some clean-up.
 lircd.conf 2014-11-11 Alec Leamas Alec Leamas [531159] lib, lircd: Clean up lircd.conf include semantics.
 lircmd.conf 2014-03-11 Alec Leamas Alec Leamas [ff4323] 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.