forked from beanz/device-rfxcom-perl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
42 lines (30 loc) · 1.35 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
NAME
Device::RFXCOM - Perl modules for RFXCOM RF receivers and transmitters
VERSION
version 1.142010
SYNOPSIS
# see Device::RFXCOM::RX (and corresponding example script
# rfxcom-rx) and see Device::RFXCOM::TX (and example script
# rfxcom-tx)
DESCRIPTION
Modules to support RF receivers and transmitters produced by RFXCOM,
<http://www.rfxcom.com/>. This code is derived from code written for the
xPL-Perl project at <http://www.xpl-perl.org.uk/>.
A bonus module is provided to support W800 RF receivers from
<http://www.wgldesigns.com/>. These receivers recognize fewer RF
protocols.
These devices are typically used for home automation and sensor
monitoring applications.
THANKS
Special thanks to RFXCOM, <http://www.rfxcom.com/>, for their excellent
documentation and for giving me permission to use it to help me write
this code. I own a number of their products and highly recommend them.
SEE ALSO
Device::RFXCOM::RX, rfxcom-rx(1p), Device::RFXCOM::TX, rfxcom-tx(1p).
RFXCOM website: http://www.rfxcom.com/
AUTHOR
Mark Hindess <[email protected]>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Mark Hindess.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.