Diggory Laycock

Results 19 comments of Diggory Laycock

Hi, I'm looking for a Bonjour package to use on my Raspberry Pi. I was previously using [NetService by Bouke](https://github.com/Bouke/NetService) but that seems to crash now and doesn't appear to...

Did you mean `main.c` or was that a typo?

(If I remember correctly...) That happens when you already have an accessory with that serial number and/or setup code installed in HomeKit. You may also have to remove the hub/bridge...

how about `prestartProcesses` or `prestartActions`?

It's a little old, but [here's the closest I could find](https://developer.apple.com/library/archive/documentation/General/Conceptual/MOSXAppProgrammingGuide/CoreAppDesign/CoreAppDesign.html). I think, in retrospect, my bug title is not quite right - these days people aren't expecting apps to...

Thanks. Alas I'm afraid that I'm a hobbyist coder and only dip into it a few times a year. Also, if I remember correctly, this is an Electron app? I'm...

There is a [Delegate protocol](https://github.com/Bouke/HAP/blob/master/Sources/HAP/Base/AccessoryDelegate.swift) for Accessory. So, if one of your types conforms to that protocol, you can set it as a delegate of an accessory. Then implement `characteristic(_...