-
Hi,
I've tried installing homebridge-dacp via hoobs on an pi 3+ an receive the following error message:
```
> mdns@2.5.1 install /usr/local/lib/node_modules/homebridge-dacp/node_modules/mdns
>…
-
I have a naive quesiton and hopefully you could share some lights on this.
I understand that the nmos-cpp-registry could use the 'local' domain and using the mDNS and all works. The easy-nmos is an…
-
If cbor.loads() encounters a Tag 24 (CBOR-in-CBOR) item whose byte string is accidentally truncated, it does not throw an exception; it simply returns a truncated result. Here's an example. The statem…
-
The [directory](https://github.com/w3c/wot-testing/blob/master/events/2020.06.Online/prototypes/linksmart.md) used `_wot._http` service type and `_directory` subtype. This made it possible to browse f…
-
This library knows about the `_services._dns-sd._udp.` meta-query for browsing, but it doesn't handle that query when acting as a server. That means it doesn't conform to the DNS-SD spec, and therefor…
-
run command sudo make TARGET=Raspi apps , An error occurred.
In file included from Applications/Bridge/AppBase.c:91:0:
PAL/Raspi/HAPPlatformServiceDiscovery+Init.h:59:10: fatal error: dns_sd.h: N…
-
I am trying to announce an AirPrint printer with this library in my local network, so I can print from it on iOS. I managed to do it with `dns-sd` (macOS) using
```
dns-sd -R PRINTER0 _ipps._tcp.,_u…
-
There's important information about general, non peer-to-peer specific DNS-SD behaviour on the peer-to-peer page:
https://specs.amwa.tv/is-04/releases/v1.3.1/docs/3.2._Discovery_-_Peer_to_Peer_Operat…
-
I'm getting multiple reverse DNS lookup queries, but `mdns-sd` is not responding to them. As a result, my other device could not resolve and connect to the mdns service.
Here's the log I'm getting
…
-
Hi,
First I just want to thank you for such a useful application! I've been using it for a number of years now.
I mostly use it in conjunction with dns-sd proxy to listen to my music library while i'…