Start Streaming

By sending this message, the controller is notified to transition to streaming mode. Along with the message, a payload needs to be transmitted that configures the streaming mode.

Payload

  • mode The desired streaming mode, i.e. the type of waypoints to be streamed

  • target_frequency The frequency, at which streaming messages will be sent in [Hz].

  • source_ip The IP address from which streaming messages will be sent. Messages from all other addresses are rejected.

Example:

1{
2"mode": 1,
3"target_frequency": 200,
4"source_ip": {
5    "address": "192.168.1.99"
6}
7}