Skip to content

Implement reading and sending to RPI IMU data #22

@AksonovSergei

Description

@AksonovSergei

We should implement reading IMU data and sending it to the RPi.

Requirements:

  1. The UDP protocol must be used.
  2. The ECU software must operate as a client and should establish a connection to the server, where the server's IP is the IP of the client connected over TCP.
  3. The software should attempt to establish a connection over UDP only after the client has connected over TCP.
  4. The connection port should be received via the TCP protocol.
  5. Each message should include a sequential number that increments with every packet. This is needed for the RPi software to analyze how many packets are lost.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions