The LiquidCAN Protocol is the CAN communication protocol for Liquid Projects at the TU Wien Space Team.
Please read the LiquidCAN.pdf file for a detailed description of the protocol.
Cpp-Implementation/- Reference implementation in CppRust-Implementation/- Reference implementation in Rust
This repository serves as the central location for all versioning updates for the protocol. Every update must be accompanied by:
- A commit on main
- A new version number
- An updated PDF file with the new version number
- Updates to the corresponding Rust and Cpp implementations
- A git tag for releases
When creating issues or pull requests with protocol changes, generate a PDF diff to visualize the changes:
latexdiff-vc --git --flatten --pdf -r <old-commit> LiquidCAN.tex