v0.1.0-alpha: Pipeline Operational
First alpha release with end-to-end telemetry pipeline functional
Highlights
The core telemetry pipeline is now operational end-to-end:
FM7 Game → UDP Capture → Session Storage → Metrics API → WebUI Dashboard
What’s Working
Telemetry Receiver
- UDP packet capture from Forza Motorsport 7 (port 7777)
- Automatic session detection and raw.bin writing
- Session fingerprinting and validation
Metrics API
- Full 311-byte FM7 packet parsing (85 fields)
- 9 production metrics implemented
- REST endpoints with pagination
- SSE streaming for real-time data
- 806 car specifications in lookup database
WebUI Dashboard
- Core Telemetry page with raw field display
- Live Sessions listing
- Session selector and navigation
Known Limitations
- Some dashboard pages have placeholder content
- Track identity curation UI incomplete
- 4 fields awaiting wet-track validation
Stats
| Metric | Value |
|---|---|
| Telemetry fields decoded | 85 |
| Production metrics | 9 |
| Car specs in database | 806 |
| Test sessions recorded | 13+ |
Next Up
- Complete dashboard visualizations
- Track identity matching UI
- Knowledge extraction from tuning guides