Pure Python 3 controller implementation of the AES70 standard.
- 100 control classes supported
- Near complete coverage of Open Specification of AES70 2018
- Asynchronous communication
- TCP protocol connection support
AES70py is a pure python library that has no external dependencies. To install it just use pip...
In your terminal use the following:
python3 -m venv aes70-project
cd aes70-project
source bin/activate
python3 -m pip install https://github.com/AES70py/aes70py/releases/download/1.0.2/aes70py-1.0.2-py3-none-any.whl
Copy the examples/connect_toggle_mute.py into the aes70-project directory, run:
python3 connect_toggle_mute.py
Post any and all requests to the issues, many thanks.
AES70py Team