libgs.protocols.protocolbase

date:Wed Jun 14 12:32:08 2017
author:Kjetil Wormnes

Base class for protocols.

Protocols tend to be spacecraft specific and the ground-component of it should be considered part of the spacecraft development. For protocols to be used by libgs they must derive from ProtocolBase and implement its interface. See ProtocolBase for details.

Functions

bytes2hex(data) Helper function that takes a bytearray and converts it into a string of hexadecimal bytes AB-CD-00-01-…

Classes

ProtocolBase Base class for protocols.
ProtocolTest This protocol is implemented as a test only.

Exceptions

Error(msg[, original_Error]) Generic Error for this module