A simulation software used to send candump packets via MQTT gathered by a candump log file
Install required dependencies located in "requirements.txt" to run simulator
To start simulation use:
python3.7 canBusReplay.py --log=candump.log
Where candump.log is your dump file
To start simulation in realtime mode use:
python3.7 canBusReplay.py --log=candump.log --realtime