torque
torque copied to clipboard
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 cha...
Need help (little understanding of the use of databases): Before the breakdown by month I used these commands to extract data and put them in Domoticz: #!/bin/sh result=`mysql -u UTILISATEUR...
I am getting this error on nginx and mariadb You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right...
I'm the original creator of this repo. Built from scratch while wasting time at my old academic job. I am in a different line of business now and just don't...
I am getting the following error in my Apache logs: `[Thu Aug 29 12:52:31.812383 2019] [php7:notice] [pid 22691] [client (IP):52533] PHP Notice: Undefined variable: db_port in /var/www/html/torque/db.php on line 7,...
From forks, I want to implement the following features and fixes: 1. Rely on "empty" and not !isset: https://github.com/aegixx/torque/commit/81a43a52a1356d07267f253883bdc2070a096369 2. Script for processing the upload of a session from a...
Diagnosing an issue. I noticed my UI got super slow, so I started looking at the dataset. I was considering splitting raw_logs into new tables by year just to improve...