Items for control points to find UPnP device(s) with SSDP the Simple Service Discovery Protocol. More...
Modules | |
SSDP Data | |
Constants, variables, trivial structures to manage SSDP discovery. | |
SSDP Common Functions | |
Functions that are commonly used for SSDP Discovery. | |
SSDP Device Functions | |
Functions to manage SSDP for UPnP Devices. | |
SSDP Control Point Functions | |
Functions to manage SSDP for UPnP Control Points. | |
Files | |
file | ssdp_common.hpp |
Manage "Step 1: Discovery" of the UPnP+™ specification with SSDP. | |
file | ssdp_ctrlpt.hpp |
Manage "Step 1: Discovery" of the UPnP+™ specification for Control Points with SSDP. | |
file | ssdp_device.hpp |
Manage "Step 1: Discovery" of the UPnP+™ specification for UPnP Devices with SSDP. | |
file | ssdp_common.cpp |
Manage "Step 1: Discovery" of the UPnP+™ specification for common SSDP usage. | |
file | ssdp_ctrlpt.cpp |
Manage "Step 1: Discovery" of the UPnP+™ specification for Control Points with SSDP. | |
file | ssdp_device.cpp |
Manage "Step 1: Discovery" of the UPnP+™ specification for UPnP Devices with SSDP. | |
file | SSDPResultData.cpp |
Source file for SSDPResultData methods. | |
file | SSDPResultData.hpp |
Header file for SSDPResultData methods. | |
file | SSDPResultDataCallback.cpp |
SSDPResultDataCallback. | |
file | SSDPResultDataCallback.hpp |
SSDPResultData object declararion. | |
Items for control points to find UPnP device(s) with SSDP the Simple Service Discovery Protocol.
Discovery is Step 1 in UPnP networking. Discovery comes after addressing (Step 0) where devices get a network address. Through discovery, control points find interesting device(s). Discovery enables description (Step 2) where control points learn about device capabilities, control (Step 3) where a control point sends commands to device(s), eventing (Step 4) where control points listen to state changes in device(s), and presentation (Step 5) where control points display a user interface for device(s).