php-tracks-recorder
php-tracks-recorder copied to clipboard
PHP front & backend for owntracks & overland payload
I noticed that markers are JSON encoded twice by `rpc.php`. This looks unnecessary and makes it harder to consume the data from the API. This PR proposes to remove the...
# ~~~~
The UI looks so much better and more usable than the original Docker image. Too bad that this isn't available as a Docker image too!
Hello, i am getting this error when I open owntracks app and upload my position to server: `[Mon Feb 10 17:55:04.901548 2020] [:error] [pid 11687] [client xxxxx:63983] PHP Notice: Undefined...
I've set up php-tracks-recorder on my server. When visiting /record.php, I get this: [{"_type":"cmd","action":"action","content":"No data to read"}] In the Owntracks app (on iOS), I have setup 'Authentication' to 'off', and...
I run your code on a my webhoster (strato). Unfortunatly I get an error while fetching the markers: `Fatal error: Uncaught Error: Call to undefined method mysqli_stmt::get_result() in [SERVER]/lib/db/MySql.php:50 Stack...
Thanks for posting this project. Great work. My owntrack is only providing these fields: {"batt":85,"lon":-71.xxxx,"acc":65,"p":100.028526,"vac":10,"lat":42.xxxx,"topic":"owntracks\/mqtt\/sjf_iphone","t":"u","conn":"w","tst":1541,"alt":100,"_type":"location","tid":"sf"} and is missing these: cog, desc, event, rad. So database fails to write and code...
Instead of shipping various static files that get outdated fast, use bower for dependency management. I've also added a proper LICENSE file for GitHub to detect.
I really like the idea of a self hosted server to gather the data, nice work. I saw the #9 issue and it made me think if it would be...