wotpy.protocolsΒΆ
Implementations of the supported Protocol Binding templates.
wotpy.protocols.coap |
CoAP Protocol Binding implementation. |
wotpy.protocols.http |
HTTP Protocol Binding implementation. |
wotpy.protocols.mqtt |
MQTT Protocol Binding implementation. |
wotpy.protocols.ws |
WebSockets Protocol Binding implementation. |
wotpy.protocols.client |
Class that represents the abstract client interface. |
wotpy.protocols.enums |
Enumeration classes related to the various protocol servers. |
wotpy.protocols.exceptions |
Exceptions raised by the protocol binding implementations. |
wotpy.protocols.server |
Class that represents the abstract server interface. |
wotpy.protocols.utils |
Utility functions used by client and server implementations. |