CAN-ASCParser, is a C++ library for parsing CAN/CANFD .asc log files.
- Supports Both CAN/CANFD formats
- Can Handle Remote, Error and Data Frames.
- Header Checking before Parsing
- Exhaustive Test Suites
Run:
git clone https://github.com/vinitjames/CAN-ASCParser.git
Change to the new CAN-ASCParser repo directory. Its good practice to build in a seperate build directory.
$ cd CAN-ASCParser
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
$ ctest
To Install after build run:
$ sudo cmake --install .