Tmds.MDns
Tmds.MDns copied to clipboard
Multicast DNS ServiceBrowser
Please support IPv6. This will really be helpful if network only contains IPv6 devices.
With the last check-in in the ServiceBrowser.cs class, a Mono error/problem was caught with a TryCatch block ServiceBrowser.cs:274. With this push, an additional TryCatch block is added in NetworkInterfaceHandler.cs:83. Otherwise,...
My application crashed due to an issue reported on github for the dotnet runtime. See: https://github.com/dotnet/runtime/issues/49515 Stacktrace: System.ArgumentException: An invalid IP address was specified. (Parameter 'address') at System.Net.IPAddress..ctor(ReadOnlySpan`1 address) at...
Added try catch block around NetworkInterface.GetAllNetworkInterfaces() to prevent the application from crashing due to unhandled exceptions
When building with Mono arm7 I run into : ``` 2021-10-04 21:26:48.788 21474-21499/? E/Unity: Unable to find /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 2021-10-04 21:26:48.799 21474-21499/? E/Unity: Unable to find /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 2021-10-04 21:26:48.925 21474-21499/? E/Unity:...
Is there a way to to browse all service types? I don't know much about mDNS although using "ANY" should work.... Taken from: https://tools.ietf.org/html/rfc6762 > 6.5. Wildcard Queries (qtype "ANY"...
Hi, I was wondering if this library has support for mDNS advertising. Thank you, Devin
Hi, I know this is not a popular topic, but my project requires strong-naming and thus I can't use your NuGet package as is. There is a tool named StrongNamer...
I have a use case where resources register multiple names (unique and non-unique). The unique subdomain causes a KeyNotFound crash in NetworkInterfaceHandler.HandlePacketServiceInfos. My use case: - Machine registers {HOSTNAME}.{ServiceName}.local. -...