hap-java / HAP-Java

Java implementation of the HomeKit Accessory Protocol
MIT License
152 stars 83 forks source link

Can something be learnt from the apple open source HomeKitADK? #97

Closed grouchal closed 4 years ago

grouchal commented 4 years ago

See here for more details:

https://github.com/apple/HomeKitADK

ccutrer commented 4 years ago

I’ve already been looking through it a bit yesterday. I think the short version is it’s a nice reference implementation, and there may be a few small things to learn from it, especially if we find ourselves in a state where things aren’t working again. But overall it’s not a massive revelation, since we already had the spec.