hc icon indicating copy to clipboard operation
hc copied to clipboard

hc is a lightweight framework to develop HomeKit accessories in Go.

Results 21 hc issues
Sort by recently updated
recently updated
newest added

I currently use HAP-NodeJS and looking to migrate to this library. Comparing the two, HAP-NodeJS allows a get/set to by async, and returns an error with a 207 multi status...

i created a small addition for your project, designed for beginners, or those who have not previously encountered homekit https://github.com/alpr777/homekit perhaps an interesting transfer to your project or add in...

Hello, in some cases it is necessary to advertise a different IP to the one belonging to the host where the service is running. For instance if you are running...

Am I correct that the Button Event characteristic (0x126) isn't supported yet?

It appears that I'm having some intermittent discovery issues. I have avahi running on the same machine and this pops up on the avahi log: ``` *** WARNING: Detected another...

Hi I have a question on TV all characteristics of the device are not displayed only Active and Input Sources LIB hc 1.2.3 (aac10474c5d81a74dc91be5db4cca38301d1ec8a) GO 1.15.8 OS linux ubuntu 20.04...

This PR changes `accessory.Config` to `accessory.Info` (as the type is currently called) in the readme.

(a-z, A-Z, 0-9, \s, -) if other characters are used, the accessory is started but cannot be added **Сurrent:** ``` func NewIPTransport(config Config, a *accessory.Accessory, as ...*accessory.Accessory) (*ipTransport, error) {...

there are some data races that can be spotted by running `_example/example` with `-race`, especially after changing the sleep interval to