RSSDP Versions Save

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.

4.0.4

3 years ago
  • Handle possible object disposed exception thrown on background thread
  • Fix line endings on search packet to ensure they meet HTTP spec

4.0.3

3 years ago

Log and suppress errors when sending search responses to clients (i.e if client disconnects after sending search request). Add whitespace to search response HTTP headers to improve compatibility with some clients.

v4.0.2

6 years ago

v4.0.1

6 years ago

Alive notification messages now include custom headers.

v4.0.0

6 years ago

v3.5.8

6 years ago

iOS and Xamarin projects can now publish devices.

v3.5.7

6 years ago

Now correctly parses device description documentations containing empty nodes for custom properties.

v3.5.5

6 years ago

v3.5.4

6 years ago

v3.5.3

6 years ago

Reimplemented bait & switch pattern, along with reinstating the head projects for Android and iOS to improve platform compatibility, especially when PCL's are used for RSSDP code.

Fixed some potential ObjectDisposedExceptions on background threads if a locator object was disposed while a search was in progress.