3. upnp_defaults — UPnP Constants

python-brisa provides a module which contains the UPnP constants defined on the 1.0 specification.

3.1. UPnPDefaults class

UPnP constants defined on the 1.0 specification

3.1.1. Constants

These are the constants holded by UPnPDefaults class

SERVICE_ID_PREFIX
Value: “urn:upnp-org:serviceId:”
SERVICE_ID_MS_PREFIX
Value: “urn:microsoft.com:serviceId:”
SCHEMA_VERSION
Value: “device-1-0”
SCHEMA_VERSION_MAJOR
Value: “1”
SCHEMA_VERSION_MINOR
Value: “0”
NAME_SPACE_XML_SCHEMA
Value: “urn:schemas-upnp-org:service-1-0
SSDP_PORT
Value: 1900
SSDP_ADDR
Value: “239.255.255.250”
MULTICAST_EVENT_PORT
Value: 7900
MULTICAST_EVENT_ADDR
Value: “239.255.255.246”
MSEARCH_DEFAULT_SEARCH_TIME
Value: 600.0
MSEARCH_DEFAULT_SEARCH_TYPE
Value: “ssdp:all”

Table Of Contents

Previous topic

1. service — Service classes

Next topic

4. ssdp — SSDP Server implementation

This Page