volttron.platform.web package

Submodules

volttron.platform.web.admin_endpoints module

volttron.platform.web.authenticate_endpoint module

volttron.platform.web.csr_endpoints module

volttron.platform.web.discovery module

exception volttron.platform.web.discovery.DiscoveryError[source]

Bases: Exception

Raised when a different volttron central tries to register.

class volttron.platform.web.discovery.DiscoveryInfo(**kwargs)[source]

Bases: object

A DiscoveryInfo class.

The DiscoveryInfo class provides a wrapper around the return values from a call to the /discovery/ endpoint of the `volttron.platform.web.

static request_discovery_info(web_address)[source]

Construct a DiscoveryInfo object.

Requests a response from discovery_address and constructs a DiscoveryInfo object with the returned json.

Parameters:web_address – An http(s) address with volttron running.
Returns:

volttron.platform.web.master_web_service module

volttron.platform.web.webapp module

volttron.platform.web.websocket module