katgpucbf package

Subpackages

Submodules

Module contents

katgpucbf.DEFAULT_PACKET_PAYLOAD_BYTES: Final = 8192

Biggest power of 2 that fits in a jumbo MTU. A power of 2 isn’t required but it can be convenient to have packet boundaries align with the natural boundaries in the payload (for antenna-channelised-voltage output). Bigger is better to minimise the number of packets/second to process.

katgpucbf.DEFAULT_TTL: Final = 4

Default TTL for spead multicast transmission

katgpucbf.MIN_SENSOR_UPDATE_PERIOD: Final = 1.0

Minimum update period (in seconds) for katcp sensors where the underlying value may update extremely rapidly.