Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 966 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 966 Bytes

CAN-ASCParser

Actions Status   MIT License

About

CAN-ASCParser, is a C++ library for parsing CAN/CANFD .asc log files.

Features

  • Supports Both CAN/CANFD formats
  • Can Handle Remote, Error and Data Frames.
  • Header Checking before Parsing
  • Exhaustive Test Suites

Installation

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 .