Compare commits

..

No commits in common. "b73b9fb5a621dfe33b6722d4d0ca555c8f28c43a" and "ec535cfb666b20ef7964b6bbcf0ae9e138914933" have entirely different histories.

2 changed files with 17 additions and 23 deletions

View File

@ -1,25 +1,4 @@
# CAN file processing
* split trace file by packet ID
* per-ID comparison of multiple trace files
* counter bit region detection
* charting using MegaLogViewer
```
gradlew :reader:shadowJar
java -jar reader/build/libs/reader-all.jar "C:\stuff\rusefi_documentation\OEM-Docs\VAG\2006-Passat-B6" -filter passat-back-and-forth-60-seconds -dbc opendbc/vw_golf_mk4.dbc
```
# CAN playback
CAN playback using PCAN on Windows or SocketCAN on Linux.
```
gradlew :playback:shadowJar
java -jar playback/build/libs/playback-all.jar playback/src/main/resources/atlas.trc
```
# CAN decoding hints
# CAN decoding
CAN log file utilities to help me work with https://github.com/brent-stone/CAN_Reverse_Engineering and https://github.com/HeinrichG-V12/E65_ReverseEngineering
@ -34,3 +13,18 @@ CAN log file utilities to help me work with https://github.com/brent-stone/CAN_R
* ignition on, engine not running, throttle pedal from 0% to 50%, to 0%, to 100%, to 0%
* engine running, rev from 1500 rpm to 3000 rpm
# CAN file processing
```
gradlew :reader:shadowJar
java -jar reader/build/libs/reader-all.jar "C:\stuff\rusefi_documentation\OEM-Docs\VAG\2006-Passat-B6" -filter passat-back-and-forth-60-seconds -dbc opendbc/vw_golf_mk4.dbc
```
# CAN playback
```
gradlew :playback:shadowJar
java -jar playback/build/libs/playback-all.jar playback/src/main/resources/atlas.trc
```

@ -1 +1 @@
Subproject commit 098ba88138cdd93d54870d2730d2d27d2769cc88
Subproject commit b697e9304892c4aa63a1e1ab5bee3dff4eaf0f9c