This repository provides the sources for a candump to CSV data converter.
The creation of this tool is described in the blog article CAN Analyse eines Umrichters.
Please Note: This is a tool that we use and it makes sense to us to release it as open source. However, we can’t take any responsibility for your use of the tool, if it will function correctly or fulfil your needs. No functionality in - or information provided by - candump2csv constitutes legal advice.
candump2csv --config-file <CONFIG_FILE> --candump-file <CANDUMP_FILE> --output-file <OUTPUT_FILE>
The tool can be build using cargo:
cargo build --release