Module: UPnP

Defined in:
lib/UPnP.rb

Overview

An implementation of the Universal Plug and Play protocol.

upnp.org/

Defined Under Namespace

Modules: Control Classes: Device, Error, RootServer, SSDP, Service, UUID

Constant Summary collapse

DEVICE_SCHEMA_PREFIX =

UPnP device schema prefix

'urn:schemas-upnp-org:device'
SERVICE_SCHEMA_PREFIX =

UPnP service schema prefix

'urn:schemas-upnp-org:service'
VERSION =

The version of UPnP you are using

'1.2.0'