A CANbus-Analyse Tool for all platforms.
- Install dependencies
poetry lock && poetry install - Run main application
poetry run main <ARGS>
- Project Setup
- Initialize git project
- Set basic project structure
- Set package manager and install packages
- Set docker and vscode devcontainer
- Add parsing and transmission of CAN frame as proof of concept
- Release 0.1.0
- Transception of CAN frames.
- Implement IsoCan transport and protocol
- Implement J1939 transport and protocol
- Implement ISOTP transport and protocol
- Implement CanOpen transport and protocol
- Release 0.2.0
- Move UI to QML
- Add main UI