Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 453 Bytes

CANBusReplay

A simulation software used to send candump packets via MQTT gathered by a candump log file

Requirements

Install required dependencies located in "requirements.txt" to run simulator

Run!

To start simulation use:

python3.7 canBusReplay.py --log=candump.log

Where candump.log is your dump file

Realtime mode

To start simulation in realtime mode use:

python3.7 canBusReplay.py --log=candump.log --realtime