replaced ssdp with zeroconf

This commit is contained in:
Patrick762
2023-06-15 18:05:35 +02:00
parent c5e38ed853
commit 16c15e988b
4 changed files with 35 additions and 87 deletions

View File

@@ -13,10 +13,17 @@ For this to work, the following software is required:
- LibUSB HIDAPI [Installation instructions](https://python-elgato-streamdeck.readthedocs.io/en/stable/pages/backend_libusb_hidapi.html) or [Installation instructions](https://github.com/jamesridgway/devdeck/wiki/Installation)
- cairo [Installation instructions for Windows](https://stackoverflow.com/a/73913080)
Cairo Installation for Windows:
```bash
pip install pipwin
pipwin install cairocffi
```
The event `doubleTap` is not working with this server software.
### Limitations
Discovery over SSDP might not work.
Discovery might not work.
### Installation on Linux / Raspberry Pi