D 2014-08-27T13:58:31.338 L Upnp P eebf650b48e2bfbed5b4fb6e9e35ef7b1d7dde24 U schelte W 2473 This package contains a number of modules that provide various parts of the functionality needed to perform upnp functions from Tcl. The package depends on the following external packages: * tcludp * tdom * http * wibble (server side only) The browser demo is designed to use icons from the [http://tango.freedesktop.org/|Tango icon set]. The package provides the following modules: * ssdp * upnp * didl

ssdp

The ssdp package provides the low level infrastructure for the discovery step of UPnP networking. It takes care of sending out advertisements, periodically refreshing them, and responding to searches. The ssdp package creates an ssdp command with the following subcommands:
ssdp agent
Return a standard user agent string
ssdp detection
Specify a cmdprefix to invoke when the specified target is advertised.
ssdp provide
Start advertising the specified device and service structure.
ssdp remove
Stop advertising and remove all advertised devices from the network.
ssdp search
Initiate a search for a device or service.

upnp

The upnp package provides functionality for the higher layers of UPnP networking, The upnp package creates a upnp command with the following subcommands:
upnp advertise ??
Advertise devices and services described in the specified specfile.
upnp discover ??
Try to locate the specified device or service on the network. Also listen for any future providers of the device or service. When a device or service is located, the control functions advertised by the service or services of the device are created as commands in a unique namespace per device, named after the uuid of the device. When everything has been set up, the command prefix is invoked with the name of the namespace appended as an extra argument.
upnp revoke
Revoke all advertised devices and services.

didl

The didl package provides functionality to facilitate the implementation of some UPnP services that exchange information in a DIDL-Lite XML structure. The didl package creates a didl command with the following subcommands:
didl build
Create a DIDL-Lite XML document from the data dict.
didl parse
Parse a DIDL-Lite XML document into a dict.
Z cc2ae172a0ab888af643aaecfa687ccc