gopher-motorsports / trackside-telemetry

1 stars 0 forks source link

Data loss handling #3

Closed antonsking closed 1 year ago

antonsking commented 3 years ago

Since the program expects all the data all the time, data is lost if the packet is not complete, resulting in ValueErrors or IndexErrors. They are handled, but the data is lost. Consider implementing broader fixes to this problem so no data is lost while the car is driving. For the most part, once everything is synced up, it runs smoothly, so confirm that this will always happen.

caljay98 commented 1 year ago

Checksum will solve this issue