econpy / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
MIT License
285 stars 120 forks source link

Lots of small changes #8

Closed samuelmr closed 10 years ago

samuelmr commented 10 years ago

Fixes the issues I reported earlier today.

Also includes some changes to dbdump_to_csv.sh (my MySQL setup didn't allow writing to any directory and it probably isn't a good idea to create a world-writable directory under web root).

econpy commented 10 years ago

Sorry for the slow response. Merging these in. Thanks for taking care of all these little things.