Home
Trees
Indices
Help
python-brisa UPnP framework 0.10.0 documentation
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Module Hierarchy
brisa
:
BRisa UPnP Framework
brisa.core
:
Core module of the framework.
brisa.core.config
:
BRisa configuration API consists of access methods (sets and gets) to the configuration.
brisa.core.failure
:
Error presentation wrapper.
brisa.core.ireactor
:
Defines a interface to be implemented by reactors.
brisa.core.log
:
Log module with colored logging feature.
brisa.core.network
:
Network related functions, such as get_ip_address(), http_call(), parse_url() and others.
brisa.core.network_listeners
:
Provides a simple API and observer model for listening over UDP.
brisa.core.network_senders
:
Facilities for sending UDP datagrams and TCP messages.
brisa.core.plugin
:
Defines a interface for plugins.
brisa.core.plugin_manager
:
Manager for plugins that implement the plugin interface defined on the plugin module.
brisa.core.reactors
:
Bult-in reactors.
brisa.core.reactors._ecore
:
Ecore based reactor.
brisa.core.reactors._select
:
Default select-based reactor.
brisa.core.reactors.glib2
:
Glib2/gobject based reactor.
brisa.core.reactors.gtk2
:
Gtk2 based reactor.
brisa.core.singleton
:
Provides a inheritable singleton class.
brisa.core.system
:
Daemonize tool.
brisa.core.threaded_call
:
Runs a call asynchronously and forwards the result/error to specified callbacks.
brisa.core.webserver
:
WSGI-based webserver module.
brisa.upnp
:
UPnP framework classes.
brisa.upnp.base_action
:
Basic action classes.
brisa.upnp.base_device
:
Basic device classes.
brisa.upnp.base_service
:
Basic service classes
brisa.upnp.base_service_builder
:
Builder module for services.
brisa.upnp.control_point
:
Provides a UPnP control point API.
brisa.upnp.control_point.action
:
Control Point side action class used for implementing UPnP actions.
brisa.upnp.control_point.control_point
:
Provides a base control point class that can be extended to any specialized control point.
brisa.upnp.control_point.control_point_av
:
Extends the base control point and adds basic Audio/Video functionality.
brisa.upnp.control_point.device
:
Control point side device implementation.
brisa.upnp.control_point.device_builder
:
Builder module for devices.
brisa.upnp.control_point.event
:
Control point side UPnP event support.
brisa.upnp.control_point.msearch
:
Contains the MSearch class which can search for devices.
brisa.upnp.control_point.service
:
Control Point side service implementation.
brisa.upnp.device
:
Provides facilities for implementing and deploying UPnP devices.
brisa.upnp.device.action
:
Device-side action class used for implementing UPnP actions.
brisa.upnp.device.device
:
Device-side device class used for implementing and deploying UPnP devices.
brisa.upnp.device.event
:
Device-side event related classes.
brisa.upnp.device.service
:
Device-side service implementation.
brisa.upnp.device.xml_gen
:
Device description XML generator.
brisa.upnp.didl
:
Digital Item Description Language Lite python implementation.
brisa.upnp.didl.didl_lite
:
DIDL-Lite classes (object, items, containers and etc).
brisa.upnp.didl.dlna
:
Digital Living Network Alliance constants and flags.
brisa.upnp.services
:
UPnP basic services.
brisa.upnp.services.cds
:
Content Directory service implementation.
brisa.upnp.services.cds.content_directory
:
Content Directory service implementation.
brisa.upnp.services.connmgr
:
Connection Manager service implementation.
brisa.upnp.services.connmgr.connection_manager
:
Connection Manager service implementation
brisa.upnp.services.xmls
:
XML folder for the implemented services: Content Directory and Connection Manager.
brisa.upnp.soap
:
Parses and builds SOAP calls transparently.
brisa.upnp.ssdp
:
SSDP Server implementation which listens for devices messages and searches.
brisa.upnp.upnp_defaults
:
UPnP constants defined on the 1.0 specification.
brisa.utils
:
Provides a set of utility functions.
brisa.utils.looping_call
:
Performs repeated function calls.
brisa.utils.options
:
Argument parsing for BRisa deployed applications.
brisa.utils.properties
:
Facilities for python properties generation.
brisa.utils.safe_sleep
:
Provides a way of sleeping safely.
Home
Trees
Indices
Help
python-brisa UPnP framework 0.10.0 documentation
Generated by Epydoc 3.0.1 on Tue Jun 9 22:24:56 2009
http://epydoc.sourceforge.net