Info
Version: | 1.0.3.1 |
Author(s): | Max Maslennikov |
Last Update: | Sunday, May 14, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/qine/ExSsdp |
NuGet Url: | https://www.nuget.org/packages/ExSsdp |
Install
Install-Package ExSsdp
dotnet add package ExSsdp
paket add ExSsdp
ExSsdp Download (Unzip the "nupkg" after downloading)
Dependencies
- Rssdp(>= 3.0.3)
Tags
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).