Rssdp 1.0.0.3

dotnet add package Rssdp --version 1.0.0.3
NuGet\Install-Package Rssdp -Version 1.0.0.3
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="Rssdp" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rssdp --version 1.0.0.3
#r "nuget: Rssdp, 1.0.0.3"
#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 Rssdp as a Cake Addin
#addin nuget:?package=Rssdp&version=1.0.0.3

// Install Rssdp as a Cake Tool
#tool nuget:?package=Rssdp&version=1.0.0.3

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Rssdp:

Repository Stars
dukus/digiCamControl
DSLR camera remote control open source software
Yortw/RSSDP
Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.
Version Downloads Last updated
1.0.0.3 118 4/13/2015
1.0.0.2 51 3/28/2015
1.0.0.1 60 3/2/2015
1.0.0 40 3/2/2015

Fix for deserialising some device documents (previously caused an exception reading the XML). Thanks to https://github.com/kakone for PR that fixes this.