Feature #552
Von Maximilian Seesslen vor 5 Monaten aktualisiert
For Loop detection an heartbeat should be generated periodically.
It is send to all TCP connectors, not physical CAN interfaces. connectors.
If the server receives an heartbeat with the same uuid like itself, an loop is detectd.
Also information about physical CAN interface should be send.
<pre>
uint8_t Type; // Heartbeat;
uint8_t major;
uint8_t minor;
uint8_t patch;
uint8_t uuid[16];
uint8_t physical[16]; // ASCIIZ e.g. can0\0
</pre>
It is send to all TCP connectors, not physical CAN interfaces. connectors.
If the server receives an heartbeat with the same uuid like itself, an loop is detectd.
Also information about physical CAN interface should be send.
<pre>
uint8_t Type; // Heartbeat;
uint8_t major;
uint8_t minor;
uint8_t patch;
uint8_t uuid[16];
uint8_t physical[16]; // ASCIIZ e.g. can0\0
</pre>