chipmunk icon indicating copy to clipboard operation
chipmunk copied to clipboard

Add support to read in Vector BLF (binary log files) into chipmunk

Open kafuchs opened this issue 6 years ago • 1 comments

Prerequisites

Our customer log many busses with the Vector CANoe tools and record them in the BLF (binary log file) format. This can included multiple busses (CAN, LIN, FlexRay, Ethernet, MOST). In order to read the file you need to have CANoe with the proper license for each bus on the computer. Some engineer might have only CAN licenses for CANoe and as soon a BLF file contains also any other bus recording, the file will not open in CANoe.

Toby Lorenz has published some C++ code to read such files (among others): https://tobylorenz.bitbucket.io/modules.html which hopefully will help to read the format.

Expected Behavior

Read in any Vector BLF file and see the logged frames of all busses together.

kafuchs avatar Sep 12 '19 09:09 kafuchs

Be aware of the licensing issue, those libraries are GPL

kayoub5 avatar Sep 20 '20 09:09 kayoub5