UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches

Items to get a network address for UPnP devices and control points. More...

Modules

 Address module
 The address module contains all classes and free functions to manage network addresses.
 
 Socket module
 The socket module contains all classes and free functions to manage network sockets.
 
 Connection module
 The connection module contains all classes and free functions to manage network connections.
 

Detailed Description

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).

References