mdns-sd
mdns-sd copied to clipboard
Rust library for mDNS based Service Discovery
Having the following publishing script, that set all TTL to 60 - https://gitlab.com/hrzlgnm/m/-/blob/master/zerodings/publish3.py?ref_type=heads And running the query example against it, it seems to be sort of flapping: What i can...
This is to fix issue #216 : 1. In DNS records refresh, currently we always send query for DNS name of service instances. This won't refresh PTR records as their...
Draft for now as I now need to construct some tests for this to verify it functions as expected. One missing area for now is the following from RFC 6762:...
(I made a small comment about this in #192, but I thought it would be better to create a proper issue) RFC6762 includes a whole section on techniques to reduce...
I need unicast send/receive support for my current project so willing to work on adding this feature. Similar to #61, could you give an overview of tasks that are involved...
I'm working on an application that uses multicast for efficiently sending large amounts of ephemeral data. A sanitized example of what I'm trying to attempt can be found [here](https://git.sr.ht/~chiefnoah/multicast-playground), but...
I am looking into using sub-services with mdns-sd and am wondering if there is a way to subscribe to events for all subservices of a specific service. For example, I...
Hi, I noticed that `ServiceEvent::ServiceRemoved` never fires. I tried shutting down the service daemon, I tried stop_browse on the service daemon, but the other computer never sees that my computer...
This is to address #193 section 2: multiple packets
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...