LIRC Client Daemon project is an attempt to solve certain problems in LIRC.
The LIRC Client Daemon is a per-user daemon that sits between the LIRC daemon (from the Linux InfraRed Control project) and any other programs that use LIRC.
It ships with a replacement library for LIRC's liblirc_client, which connects to lirccd instead of lircd. This primarily helps solve the synchronization present in the standard liblirc_client, and also empowers the user with a much more flexible configuration file format.
Requirements:
· lircd
Building lirccd
The usual, ./configure and make.
Installing lirccd
make install should do the trick.
usage:
lirccd [-hcf] [-C configfile] [-s sockfile]
Product's homepage