Skip to content

Simple Virtual CAN trace application for commandline for virtual CAN based on vxlapi from Vector

License

Notifications You must be signed in to change notification settings

vjalle/vxlapiCanTrace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAN-Trace

Prerequisites

Build

  • Add folder to Workspace in VS-code
  • Select Visual Studio Build Tools 2019 Release - amd64
  • open terminal here and execute the commands below
  • Copy vxlapi64.dll to your folder, which contains your build output (vxlapiCanTrace.exe)
  • Execute vxlapiCanTrace.exe

mkdir build

cd build

cmake ..

cmake --build .

About

Simple Virtual CAN trace application for commandline for virtual CAN based on vxlapi from Vector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.4%
  • C++ 4.6%