Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 563 Bytes

denon-stageLinQ-BeatInfo

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

image