Blazing fast data logging for SAAB Trionic ECU's
- Trionic 5 (9000, NG900 & OG9-3)
- Trionic 7 (OG9-3 & OG9-5)
- Trionic 8 (NG9-3)
SAAB Automobile, Gone but never forgotten
Created after discussions on TrionicTuning
Built with goCAN
Install Golang & C-compiler - DEVELOPMENT.md has more details.
Run the setup script to get external dependencies then "go get" to download dependencies
.\setup_build_env.ps1
go get .
.\run.ps1
.\build.ps1 -cangateway -txlogger
libusb from vcpkg for combiadapter support
vcpkg install 'libusb:x64-windows'
vcpkg install 'libusb:x86-windows'
https://kvaser.com/single-download/?download_id=47112
Install in the default location C:\Program Files (x86)\Kvaser\Canlib
https://www.canusb.com/files/canusb_dll_driver.zip
unzip the content of the file into a folder called "canusb" in the root of the project
Is installed by the setup script
CombiAdapter support which depends on libusb requires you to install vc_redist.x86.exe