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/
upload_data.php → parser.php)userShortName*, userFullName*, units)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.sql
Point 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.