bluerobotics / bluerobotics/ping-cpp
Robustify ping parser
- Vorherrschende Sprache
- C++
- Sterne
- 19
- Forks
- 17
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Add some sort of concurrent parser or recursion to pick up new messages in what the current parser would think is the current messages payload, in the situation of bytes lost in transit.
Also sanity check payload length for fixed-width messages.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start by locating the current parser and the code that processes the current messages payload. Determine how lost bytes can cause new messages to be missed and where fixed-width payload lengths are validated. Done means the parser recovers from byte loss and rejects payloads with invalid fixed-width lengths, with corresponding coverage added where the project’s parser tests live.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- cpp
- Bereich
- networking
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100