Matthias

Results 234 comments of Matthias

Not sure if it is a good idea to allow hostnames, which are actually not valid.

From [wikipedia](https://en.wikipedia.org/wiki/Hostname) > The Internet standards (Requests for Comments) for protocols specify that labels **may contain only the ASCII letters a through z (in a case-insensitive manner), the digits 0...

This is not expected behaviour and might be related to [setting multicast loopback to false](https://github.com/brutella/dnssd/blob/master/mdns.go#L128).

Could you please test the `multicast-loopback` branch. There all multicast loopback packets are ignored during probing.

Correct, this library doesn't observe IP address changes.

I'm unable to reproduce your problem. I've tried it on macOS 12.3.1 (Monterey) and the dns-sd entry for the HomeKit accessory appears as expected. Do you see the dns-sd entry...

@rogchap Have you tried `v0.0.17` of hap yet, where dnssd `v1.2.3` is used?

I'm still confused on why `s.ifaceIPs` is nil only on Windows? Doesn't make any sense!

In which case do you want to return an error back to iOS? Do you have an example at hand?

What error do you return to iOS when the communication to the actual device was not successful? Is there an error code for this?