libgs.groundstation.GroundStation.transmit

GroundStation.transmit(msg, wait=1000)[source]

Send bytes to satellite Should normally be a wrapper for protocols.protocolbase.ProtocolBase.send_bytes()

Parameters:
  • msg (bytearray) – The bytes to send
  • wait (int) – Number of seconds to wait for task to complete