Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roffe/gocanflasher
- Owner: roffe
- Created: 2023-02-25T11:08:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-14T10:51:33.000Z (over 1 year ago)
- Last Synced: 2024-04-18T18:31:11.739Z (7 months ago)
- Topics: automotive, canbus-communications, saab
- Language: Go
- Homepage:
- Size: 1.15 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-canbus - gocanflasher - Trionic 5/7/8 CANbus flasher with J2534 support. (Protocols / J2534 Tools)
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.