Added Reverse-Engineering Toolkit
This commit is contained in:
18
Reverse-Engineering CAN-Bus/models/.gitignore
vendored
Normal file
18
Reverse-Engineering CAN-Bus/models/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Ignoriere in JEDEM unmittelbaren Unterordner von models/
|
||||
# die Verzeichnisse "traces" und "analyze_out"
|
||||
*/traces/
|
||||
*/traces/**
|
||||
*/analyze_out/
|
||||
*/analyze_out/**
|
||||
|
||||
# Falls jemand versehentlich direkt unter models/ solche Ordner anlegt, auch ignorieren:
|
||||
traces/
|
||||
traces/**
|
||||
analyze_out/
|
||||
analyze_out/**
|
||||
|
||||
# (Optional, falls du dich mal vertippst)
|
||||
*/analyze.out/
|
||||
*/analyze.out/**
|
||||
analyze.out/
|
||||
analyze.out/**
|
@@ -0,0 +1,12 @@
|
||||
|
||||
possible CAN Ids !? (from Forum somwhere)
|
||||
Message ID:
|
||||
|
||||
0x540 - byte 0 - bits 6...4 - Gear Position - 0 = N, 1-6 = gears 1-6
|
||||
bit 1 - Neutral Light - 1 = on, 0 = off
|
||||
bit 2 - Check engine light????
|
||||
0x550 - byte 0 - bits 2...0 - Coolant bars on dashboard
|
||||
- bit 3 - Warning light - 1 = on, 0 = off
|
||||
0x570 - bytes 2-3 - Coolant temp - (256 * byte 3 + byte 2) / 10 = Temp in Degrees C
|
||||
0x518 - Possible revs - divide by 4
|
||||
0x519 - Similar to 0x518 Possibly TPS unsure. Doesn't actuate when only tps is rotated.
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"workdir": "models/Triumph Speed Twin 1200 RS (2025)",
|
||||
"logs_dir": "logs",
|
||||
"traces_dir": "traces",
|
||||
"analyze_out_base": "analyze_out",
|
||||
"timestamp_runs": true,
|
||||
"available_logs": [
|
||||
"models/Triumph Speed Twin 1200 RS (2025)/logs/cantrace-raw-2025-08-27T17-45-27-980Z-1.log"
|
||||
],
|
||||
"selected_indices": [
|
||||
0
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user