-
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
bad-antics edited this page Jan 26, 2026
·
1 revision
- Linux, macOS, or Windows
- OBD-II adapter (ELM327, J2534, or SocketCAN)
- USB or Bluetooth connectivity
git clone https://github.com/bad-antics/blackflag-ecu.git
cd blackflag-ecu
cargo build --release# USB
blackflag-ecu --adapter elm327 --port /dev/ttyUSB0
# Bluetooth
blackflag-ecu --adapter elm327 --port /dev/rfcomm0sudo ip link set can0 up type can bitrate 500000
blackflag-ecu --adapter socketcan --interface can0