Releases: xatavian/cpp-can-parser
Releases · xatavian/cpp-can-parser
Release 1.0.0: DBC support and database analysis
C++ CAN Parser 1.0.0 provides:
- Create your own CANDatabase or parse it from DBC file
- Traverse it with a programmer-friendly syntax (iterators, exceptions,
operator[]
, ...) - Database analysis feature: check the consistency of the frames
- CMake support
- Include the library as shared or static
can-parse
to help you inspect and analyze the content of a DBC file
And most importantly, a detailed documentation (Doxygen-compatible) and README !