Skip to content

Organising data for telemetry with parallel processors

Purpose

If multiple processors are processing in parallel, how is that data ordered for transmitting?

Possible solutions

  • Muxing the data
  • A designated processor collates the data and sends

Implementation