-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
We should implement reading IMU data and sending it to the RPi.
Requirements:
- The UDP protocol must be used.
- 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.
- The software should attempt to establish a connection over UDP only after the client has connected over TCP.
- The connection port should be received via the TCP protocol.
- 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
Type
Projects
Status
Done