Scott Petersen ba91f5e4eb | 11 years ago | |
---|---|---|
alarmdecoder | 11 years ago | |
bin | 11 years ago | |
docs | 11 years ago | |
examples | 11 years ago | |
.gitignore | 11 years ago | |
LICENSE | 11 years ago | |
MANIFEST.in | 11 years ago | |
README.md | 11 years ago | |
setup.py | 11 years ago |
This Python module aims to provide a consistent interface for all of the Alarm Decoder product line, including the AD2USB, AD2SERIAL and AD2PI devices. This also includes devices that have been exposed via ser2sock and supports encryption via SSL/TLS.
alarmdecoder can be installed through pip: pip install alarmdecoder
or from source: python setup.py install
API documentation can be found here.
Basic usage:
Please see the examples directory for more.