File: mainpage.dox

package info (click to toggle)
lirc 0.10.2-0.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,268 kB
  • sloc: ansic: 26,981; cpp: 9,187; sh: 5,875; python: 4,507; makefile: 1,049; xml: 63
file content (19 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
\mainpage

These documents are an excerpt from the main LIRC docs.  It is not
filtered by doxypypy, so the overall look and feel is considerably
worse than the main LIRC docs.

That said, here is info on how to receive data, see @ref receiving.
This requires a C extension module which is part of the package

As sending commands to lircd, see @ref sending. This is a pure
python, no native code is used.

An otherwise undocumented module is config.py. This, which can be
imported using *import lirc.config*, provides access to the build
configuration  e. g., SYSCONFDIR (usually /etc) and VARRUNDIR
(typically /var/run).

*/