Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roffe/gocanflasher

Trionic 5/7/8 CANbus flasher with J2534 support
https://github.com/roffe/gocanflasher

automotive canbus-communications saab

Last synced: 3 months ago
JSON representation

Trionic 5/7/8 CANbus flasher with J2534 support

Awesome Lists containing this project

README

        

# goCANFlasher

![goCANFlasher](gocanflasher.jpg)

Trionic 5/7/8 ecu flasher GUI made with [Fyne.io](https://fyne.io/)

## Starting

### Windows

$env:PKG_CONFIG_PATH="C:\vcpkg\packages\libusb_x86-windows\lib\pkgconfig"; $env:CGO_CFLAGS="-IC:\vcpkg\packages\libusb_x86-windows\include\libusb-1.0"; $env:CGO_ENABLED=1; $env:GOOS="windows"; $env:GOARCH="386"; go run -tags combi .

### Linux

CGO_ENABLED=1 GOOS=linux go run .

## Todo

Add support for Trionic 8 (T8) flashing. Only dumping is currently available for this ECU.