ExSsdp 1.0.3.1

dotnet add package ExSsdp --version 1.0.3.1
NuGet\Install-Package ExSsdp -Version 1.0.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ExSsdp" Version="1.0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExSsdp --version 1.0.3.1
#r "nuget: ExSsdp, 1.0.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ExSsdp as a Cake Addin
#addin nuget:?package=ExSsdp&version=1.0.3.1

// Install ExSsdp as a Cake Tool
#tool nuget:?package=ExSsdp&version=1.0.3.1

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.1

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3.1 1,701 5/14/2017
1.0.3 1,410 3/22/2017
1.0.2 1,434 3/18/2017

Updated version of rssdp