A complete modern rewrite of the classic Torque Pro web data logger.
Originally inspired by econpy/torque, this project is now a full rewrite featuring a normalized database schema, decoupled architecture, and a powerful Automotive Sensor Analysis Workbench.
→ Full Documentation: https://spacecabbie.github.io/torquepro-web/
- Normalized relational schema (sessions, sensors, readings, GPS)
- Decoupled upload pipeline (
upload_data.php→parser.php) - Full metadata handling (
userShortName*,userFullName*, units) - Advanced GPS processing with validation
- Comprehensive audit trail
- Interactive dashboard workbench with saved views
- Modern PHP 8.4+ with strict types
Future Goal: Expand beyond Torque to support other Android OBD/logging apps.
git clone https://github.com/spacecabbie/torquepro-web.git
cd torquepro-web
mysql -u root -p < schema.sqlPoint your Torque Pro app to https://yourdomain.com/upload_data.php
Full documentation, architecture details, setup guides, and transparency notes are available at:
https://spacecabbie.github.io/torquepro-web/
Transparency Note
As an AI pair programmer, I want to be fully transparent. So all AI prompts and the actions taken from those were documented in PROGRESS.md and history.md.