HomeKitADK
HomeKitADK copied to clipboard
What is the expected behavior of a controller when an accessory is available over both IP and BLE? I kind of expected it to prefer IP and fall back to...
Hi there, I build homekit ADK on my board and code examples to test it. ``` HAP_RESULT_USE_CHECK HAPError HandleTemp( HAPAccessoryServerRef* server HAP_UNUSED, const HAPFloatCharacteristicReadRequest* request HAP_UNUSED, float* value, void* _Nullable...
I'm trying to add Accessories by pushing message via MQTT to "static const HAPAccessory* _Nonnull const* _Nullable bridgedAccessories". But I don't know how to add a device to the "bridgedAccessories"...
It would be great to have a build target `hap` that will build library only and install script for it. Then other apps may just include the library as usual...
Building with OpenSSL works but I trying to build with `CRYPTO=MbedTLS` and got an error: ``` make DOCKER=0 TARGET=Linux CRYPTO=MbedTLS apps make[1]: Entering directory '/mnt/work/HomeKitADK' make[1]: *** No rule to...
`Sending build context to Docker daemon 2.048kB Step 1/3 : FROM ubuntu:18.04 Get https://registry-1.docker.io/v2/library/ubuntu/manifests/18.04: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fubuntu%3Apull&service=registry.docker.io: unexpected EOF Unable to find image 'make:latest' locally docker: Error response from daemon: Get...
HAPPlatformTimerRegister [specifies](https://github.com/apple/HomeKitADK/blob/4967f698bdcf0af122e13e986a2c9b595a68cdc5/PAL/HAPPlatformTimer.h#L35-L36) duration to be an absolute deadline value, relative to HAPPlatformClockGetCurrent however, it is sometimes also invoked with 0, which i take it means "ASAP" ([1](https://github.com/apple/HomeKitADK/blob/6a0a9a7955df64d13b1842a27095d0351e376aa9/HAP/HAPIPAccessoryServer.c#L441), [2](https://github.com/apple/HomeKitADK/blob/6a0a9a7955df64d13b1842a27095d0351e376aa9/HAP/HAPAccessoryServer.c#L72)). this is...
Unlikely to be an issue with ADK, but I'm going to use this as a channel to report what seems to be a persistent issues with Apple TV when used...
I am trying to use HomeKit ADK on MacOS Catalina. I want to compile for MacOS (just to get startet) and cross-compile for RaspberryPi. After building and reading the docs...
If I want install ADK on a Rasberry Pi, docker must be installed on Mac, not on Raspberry Pi, right?