Initial EVS client + bridge setup

This commit is contained in:
Kai
2026-02-13 10:07:11 +01:00
commit c742d74860
14 changed files with 889 additions and 0 deletions

3
bridge/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
websockets==12.0
paho-mqtt==2.1.0
aiohttp==3.10.11