Python inmplementation for Denon StageLinQ BeatInfo protocol
to install it:
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requiments.txt
if you not annoucing yourself already (with other stageLinQ library implementation like stageLinQ go library or similar) .
use:
. ./venv/bin/activate
python3 ./announce.py
to run BeatInfo demo:
. ./venv/bin/activate
python3 ./test_beatinfo.py