Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 453 Bytes

TODO.md

File metadata and controls

14 lines (9 loc) · 453 Bytes

TODO

An incomplete list of known issues and desired featues.

  • TX and RX amounts on UI are wrong for a few frames at startup because we subtract (total sent - 0). We should initialize sent bytes before displaying.

  • Rewrite common/dbc.py to be faster and cleaner, potentially in C++.

  • Add module and class level documentation where appropriate.

  • Fix lock file cleanup so there isn't always 1 pending upload when the vehicle shuts off.