Skip to content

Satellite Control Protocol

Simon Spannagel requested to merge cscp into main

This MR contains a first draft of the Constellation Satellite Control Protocol (CSCP). It follows the REQREP pattern of ZMQ and implements control request and response messages between controller instances and satellites.

Most should be finished and ready for review, a few open questions on the exact message implementation:

  • The acknowledgement could in principle be a simple octet "return code". What do you think?
  • How precisely should we specify the payload? Are all use cases covered with a dictionary as we have foreseen it during the hackathon?

This concerns #9 (closed)

For reference, here the whiteboard images:

image

image

Edited by Simon Spannagel

Merge request reports

Loading