diff options
Diffstat (limited to 'perl/perl-lirc-client/README')
-rw-r--r-- | perl/perl-lirc-client/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-lirc-client/README b/perl/perl-lirc-client/README new file mode 100644 index 0000000000..2163c23308 --- /dev/null +++ b/perl/perl-lirc-client/README @@ -0,0 +1,8 @@ +perl-lirc-client (A client library for LIRC) + +This module provides a simple interface to the Linux Infrared Remote +Control (Lirc). The module encasuplates parsing the Lirc config file +(.lircrc), openning a connection to the Lirc device, and retrieving +events from the device. + +This require perl-class-accessor and perl-file-path-expand. |