Projekt

Allgemein

Profil

Feature #552

Implement Heartbeat

Von Maximilian Seesslen vor 5 Monaten hinzugefügt. Vor 5 Monaten aktualisiert.

Status:
Neu
Priorität:
Normal
Zugewiesen an:
Zielversion:
Beginn:
20.08.2024
Abgabedatum:
% erledigt:

0%

Geschätzter Aufwand:
CS Zielversion:

Beschreibung

For Loop detection an heartbeat should be generated periodically.
It is send to all TCP connectors, not physical CAN interfaces.

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.

uint32_t magic;       // CHUB
uint8_t Type;         // Heartbeat;
uint8_t major;
uint8_t minor;
uint8_t patch;
uint32_t totalLength;
uint8_t uuid[16];

uint8_t physical[16];    // ASCIIZ e.g. can0+vcan0 so an graphical client can print something like "connected to can0@ryzen"\0
uint8_t application[16]; // ASCIIZ e.g. cordyceps\0
uint8_t hostname16];     // ASCIIZ e.g. ryzen\0

QHostInfo::localHostName();
QFileInfo(QCoreApplication::applicationFilePath()).fileName();
QFileInfo( argv0 ).fileName();

Historie

#1

Von Maximilian Seesslen vor 5 Monaten aktualisiert

  • Beschreibung aktualisiert (diff)
#2

Von Maximilian Seesslen vor 5 Monaten aktualisiert

  • Zielversion wurde von v0.3.0 zu v0.2.0 geändert
#3

Von Maximilian Seesslen vor 5 Monaten aktualisiert

  • Beschreibung aktualisiert (diff)
#4

Von Maximilian Seesslen vor 5 Monaten aktualisiert

  • Beschreibung aktualisiert (diff)

Auch abrufbar als: Atom PDF