ExSsdp 1.0.3
See the version list below for details.
dotnet add package ExSsdp --version 1.0.3
NuGet\Install-Package ExSsdp -Version 1.0.3
<PackageReference Include="ExSsdp" Version="1.0.3" />
paket add ExSsdp --version 1.0.3
#r "nuget: ExSsdp, 1.0.3"
// Install ExSsdp as a Cake Addin #addin nuget:?package=ExSsdp&version=1.0.3 // Install ExSsdp as a Cake Tool #tool nuget:?package=ExSsdp&version=1.0.3
SSDP Library with extra functions (IPv6 supports)
It is not a complete implementation of the UPNP
In which cases you can use it:
- If you want to publish a description of your device on the Http server
- If you want to publish devices on specified networks
- If you want to search devices on specified networks
- Not all upnp devices send 'byebye' notification to the network, you can activate the monitoring mode to check availability of device description
Based on Rssdp(https://github.com/Yortw/RSSDP)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5.1
- Rssdp (>= 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix problem with async operations in the http listener