Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 428 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 428 Bytes

OBD2 HACK

This project aim to help to evaluate packages sent through a CAN in your car. This small script configure the device ELM327 into monitoring mode and display all packages sent through a CAN network in a format to easily assess them.

Written in Python, using PySerial.

DESIGN GOALS:

  • OBD2 tool to monitor and assess all packages
  • Use bluetooth ELM327
  • Flexible, modular design for easy extension and reuse