net-mdns icon indicating copy to clipboard operation
net-mdns copied to clipboard

Simple multicast DNS

Results 28 net-mdns issues
Sort by recently updated
recently updated
newest added

i have tried the pack in xamarin forms (android app) i was able to build the app without error but the advertised service is not showing in other network devices.

Hi there, ```xml 0.27.0 ``` I am unsure whether it occurs on receiver's or sender's site: ``` Class: Makaretu.Dns.MulticastService Method: Void OnDnsMessage(System.Object, System.Net.Sockets.UdpReceiveResult) Level: ERROR Logger: Makaretu.Dns.MulticastService Message: Receive handler...

I followed the documentation (https://github.com/richardschneider/net-mdns#async-queries) and added below code but if the device does not exists I am not getting any response? am I missing something? var Nameservice = _hostname...

Hello, using this lines of code ``` [TestMethod] public void DiscoverServiceInstanceRemote() { var service = new ServiceProfile("bar", "_foo._tcp", 4711); var done = new ManualResetEvent(false); var sd = new ServiceDiscovery(); sd.ServiceInstanceDiscovered...

Hi, I am currently playing arround with the library to check whether I can use it in production. Doing so I realized that I do not receive responses for SendUnicastQuery....

Fixes https://github.com/richardschneider/net-mdns/issues/99

Renamed "klass" parameters into "@class".

FIPS enforcement in .Net means that MD5 cannot be used, even for innocuous reasons. This replaces its use with SHA1, which is currently allowed.

When created, `MulticastService `subscribes to static `NetworkAddressChangedEvent`, and doesn't unsubscribe from it anywhere. Creating `MulticastService` instances leads to a memory leak. ![2020-09-30 16_00_49-Ncr Isip FacadeService – JetBrains dotMemory (Administrator)](https://user-images.githubusercontent.com/67739118/98357818-0cc4c400-2026-11eb-8f7b-1bb4708e4e87.png)

We need the support for loopback interfaces for CI and verification purposes. The way the change is done means that no client has to be adjusted.