Info
Version: | 0.3.0 |
Author(s): | Maarten ter Mors |
Last Update: | Sunday, February 7, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/morsm/MDNS-ServiceDirectory/ |
NuGet Url: | https://www.nuget.org/packages/MDNS-ServiceDirectory |
Install
Install-Package MDNS-ServiceDirectory
dotnet add package MDNS-ServiceDirectory
paket add MDNS-ServiceDirectory
MDNS-ServiceDirectory Download (Unzip the "nupkg" after downloading)
Dependencies
- Common.Logging(>= 3.4.1)
- Common.Logging.Core(>= 3.4.1)
- IPNetwork2(>= 2.4.0.153)
- Makaretu.Dns(>= 2.0.1)
- Makaretu.Dns.Multicast(>= 0.27.0)
- Microsoft.CSharp(>= 4.6.0)
- SimpleBase(>= 2.0.0)
- System.Buffers(>= 4.4.0)
- System.Memory(>= 4.5.3)
- System.Numerics.Vectors(>= 4.4.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.2)
- System.Runtime.Numerics(>= 4.3.0)
Directory keeps itself up to date as services are added or disappear from the network.
Leverages Makaretu.MDNS package by Richard Schneider.