Apollon77 / hap-controller-node

Node.js library to implement a HAP (HomeKit) controller
Mozilla Public License 2.0
54 stars 16 forks source link

Implement "Homekit Data Stream" (if required by anyone) #42

Open Apollon77 opened 3 years ago

Apollon77 commented 3 years ago

The current version of this library do not implement the "Homekit Data Stream (HDS)". Could be done on need

Also PRs are welcome :-)

Please "Thumbs up" on this post if it is interesting for anyone.

michaelmcnees commented 3 months ago

I would love to see this and would be willing to work on a PR if I could get some direction on where to find information about the data stream.

Apollon77 commented 3 months ago

Hey,great, sure, I will be happy to support in reviewing :-)

You need to regsiter at apple developer and then you can download the homekit specs (or google for it ... I saw some PDF results from other pages). Then you find the spec details in there. this then needs to be implemented :-)