Scott Petersen 22d7a9224b | 11 years ago | |
---|---|---|
bin | 11 years ago | |
docs | 11 years ago | |
examples | 11 years ago | |
pyad2 | 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 AD2 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.
pyAD2 can be installed through pip: pip install pyad2
or from source: python setup.py install
API documentation can be found here.
Basic usage:
Please see the examples directory for more.