mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 07:52:03 +08:00
b3be863671
* early wip * add addresses * cleaned up fw versions * remove CAN fingerprint * Revert "remove CAN fingerprint" This reverts commit 337e8d65ef7ee2724cfe6ff711ee8aeffdbbb22f. * bump panda * Revert "Revert "remove CAN fingerprint"" This reverts commit 12536fa8358438a6d6713c0b7bef0383bbc83588. * bump cereal * fix ecu type * whitelist per rx_offset * bump submodules again Co-authored-by: Comma Device <device@comma.ai>
Port structure
interface.py
Generic interface to send and receive messages from CAN (controlsd uses this to communicate with car)
carcontroller.py
Builds CAN messages to send to car
carstate.py
Reads CAN from car and builds openpilot CarState message
values.py
Fingerprints and absolute limits
radar_interface.py
Radar interface