Rssdp 4.0.4

.NET Standard 1.3 .NET Framework 4.0
dotnet add package Rssdp --version 4.0.4
NuGet\Install-Package Rssdp -Version 4.0.4
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="4.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rssdp --version 4.0.4
#r "nuget: Rssdp, 4.0.4"
#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=4.0.4

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

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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore451
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Rssdp:

Package Downloads
ParkSquare.SkyTv

Control Sky Q box by IP address over wired or wifi network. Supports all remote control commands including power on/off, change channel, play/pause/stop/record, show program guide, box office and UI navigation. Retrieve set-top box information such as device manufacturer, model and software version. View all Sky electronic programme guide (EPG) channel information and programme guide data, search for what's on now/next. Schedule recordings, list and delete recordings. Complete re-write for version 4, now targeting .Net Standard and async support.

CameraControl.Devices

Library to control Canon,Sony,Nikon DSLR cameras and some webcameras

ExSsdp

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)

Sabien.Windows.BasicServices

Description of the Package

LibIEG

Package Description

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
4.0.4 22,657 12/4/2020
4.0.3 2,466 8/2/2020
4.0.2 36,198 3/21/2018
4.0.1 1,656 1/31/2018
4.0.0 1,253 1/20/2018
3.5.8 2,562 11/14/2017
3.5.8-Alpha 1,078 11/12/2017
3.5.7 1,289 10/23/2017
3.5.6 1,369 9/17/2017
3.5.6-beta 883 9/16/2017
3.5.5 2,147 6/2/2017
3.5.4 5,179 5/21/2017
3.5.3 1,029 5/16/2017
3.5.0-beta 681 5/13/2017
3.0.3 960 5/10/2017
3.0.2 885 5/9/2017
3.0.1 1,449 3/27/2017
3.0.0 1,386 2/26/2017
2.0.9 16,418 1/11/2017
2.0.8 948 1/8/2017
2.0.7 981 1/7/2017
2.0.7-beta 913 12/9/2016
2.0.0.5 2,607 10/25/2016
2.0.0.4 928 10/20/2016
2.0.0.3 941 10/15/2016
2.0.0.2 973 10/14/2016
2.0.0.1 1,303 9/20/2016
2.0.0 961 9/11/2016
1.0.0.12 1,361 6/29/2016
1.0.0.11 1,046 5/20/2016
1.0.0.10 1,033 4/12/2016
1.0.0.9 1,300 1/4/2016
1.0.0.8 1,581 8/9/2015
1.0.0.3 1,257 4/13/2015
1.0.0.2 1,008 3/28/2015
1.0.0.1 1,007 3/2/2015
1.0.0 1,113 3/2/2015

Suppressed a possible ObjectDiposedException thrown on a background thread (where the host app can't handle it) in some scenarios. Also ensured search HTTP request uses explicit \r\n line endings to ensure compatibility with spec and fussy devices.