6 Commits

Author SHA1 Message Date
AskaEth 1ebea5eb1a chore: mark iRacing parser as stub (shared memory, not UDP) 2026-07-27 19:00:28 +08:00
AskaEth 36755cc78a fix: F1 24 parser matches official EA SPORTS UDP spec with packet types 2026-07-27 18:56:46 +08:00
AskaEth ea32fa841e feat: #3 tire temperature matrix dashboard (FL/FR/RL/RR heatmap) 2026-07-26 18:42:36 +08:00
AskaEth cd08e793e1 refactor: merge FH4+FH5 into 'forza_horizon', add separate FH6 game plugin 2026-07-25 16:40:03 +08:00
AskaEth 1649f91318 fix: correct Forza FH5/FH6 UDP packet parser offsets per official spec
- Speed: offset 256 (m/s * 3.6 = km/h), was incorrectly at 244 (PositionX)
- Gear: offset 319 (U8), was at 264/298
- Throttle/Brake: offsets 315/316 (U8, 0-255)
- Steering: offset 320 (S8, -127~127)
- RPM: offset 16 ✓, MaxRPM: offset 8 ✓
- Lap times: BestLap=296, LastLap=300, CurrentLap=304
- LapNumber: offset 312 (U16)
- Boost: 284, Fuel: 288, Position: 244/248/252
- Updated all Forza parsers (FH4, FH5) and fallback parser
- Ref: Forza Data Out official format (324 bytes)
2026-07-25 16:19:53 +08:00
Yei.J. (AskaEth) d61bb61a83 feat: TurboSu initial release - racing telemetry dashboard 2026-07-25 15:23:40 +08:00