mx_remote¶
Python 3 library for discovering and controlling Pulse-Eight AV distribution hardware — neo matrices, OneIP HDMI-over-IP units, multiviewers and ProAmp8 amplifiers — over the MX Remote protocol they share.
pip install mx_remote
import mx_remote
mx = mx_remote.Remote()
await mx.start_async()
The guides below cover the library task by task. The API reference is generated from the package’s docstrings and lists everything.