From 0652e53bc73121ad236c7693348f7a8136ab90ff Mon Sep 17 00:00:00 2001 From: eduard256 Date: Sun, 5 Apr 2026 14:41:19 +0000 Subject: [PATCH] Update README: add HomeKit protocol and StrixAHKCamFake reference --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03119e5..d7e10b9 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ STRIX_LISTEN=:4567 ./strix-linux-amd64 | RTMP | 1935 | Some Chinese NVRs | | Bubble | 80 | XMeye/NetSurveillance cameras | | DVRIP | 34567 | Sofia protocol DVR/NVR | +| HomeKit | 51826 | Apple HomeKit cameras via HAP | ## Configuration @@ -148,4 +149,4 @@ Camera not in the database? [Add it here](https://gostrix.github.io/#/contribute **Developers:** integrate [Strix HTTP API](DEVELOPERS.md) into your smart home platform. -**Testing:** [StrixCamFake](https://github.com/eduard256/StrixCamFake) - IP camera emulator for development and testing. +**Testing:** [StrixCamFake](https://github.com/eduard256/StrixCamFake) - IP camera emulator for development and testing. [StrixAHKCamFake](https://github.com/eduard256/StrixAHKCamFake) - Apple HomeKit camera emulator.