Items to get a network address for UPnP devices and control points. More...
Files | |
file | upnpapi.cpp |
Inititalize the compatible library before it can be used. | |
file | miniserver.cpp |
Implements the functionality and utility functions used by the Miniserver module. | |
file | sock.cpp |
Manage network sockets and connections. | |
file | miniserver.hpp |
Manage "Step 0: Addressing" of the UPnP+™ specification. | |
file | sock.hpp |
Manage network sockets and connections. | |
file | sock_api.hpp |
Declaring only application interface parts from sock.cpp. | |
file | upnpapi.hpp |
Inititalize the compatible library before it can be used. | |
Items to get a network address for UPnP devices and control points.
Addressing is Step 0 of UPnP networking. Through addressing, devices and control points get a network address. Addressing enables discovery (Step 1) where control points find interesting device(s), 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).