HapSharp icon indicating copy to clipboard operation
HapSharp copied to clipboard

HomeKit Accessory Server .Net bridge!

Results 3 HapSharp issues
Sort by recently updated
recently updated
newest added

now apple share code:https://github.com/apple/HomeKitADK can you support it?

This removes the requirement of execute HAP-NodeJS and extra MQTT layer porting the implementation of entire Protocol to C#. It will cover: https://github.com/netonjm/HapSharp/issues/5

WIP

I created a new PR where we can start to work: https://github.com/netonjm/HapSharp/pull/ Also we can add some document guideline with the current progress ?

enhancement