km3pipe.controlhost¶
A set of classes and tools wich uses the ControlHost protocol.
Module Contents¶
Classes¶
Client(host, port=5553) |
The ControlHost client |
Message(tag, message=b’‘) |
The representation of a ControlHost message. |
Tag(data=None) |
Represents the tag in a ControlHost Prefix. |
Prefix(tag=None, length=None, data=None, timestamp=None) |
The prefix of a ControlHost message. |
-
class
km3pipe.controlhost.Message(tag, message=b'')[source]¶ Bases:
objectThe representation of a ControlHost message.