forked from bfabiszewski/phpTrackme
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME_Backitude
More file actions
42 lines (31 loc) · 1.18 KB
/
README_Backitude
File metadata and controls
42 lines (31 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Backitude is an Android client that is designed to capture the location
of your device at configurable time intervals or whenever a position is served
up by the operating system. You can grab it from https://play.google.com/store/apps/details?id=gaugler.backitude
To configure Backitude to work with the custom server, you need to
set the following parameters in the custom server settings:
Server URL: http://<your server>/requests.php
Request Type: POST
Successful Response Codes: 200,201
Authentication options: Credentials in POST parameters
User Name: What ever you choose
Password: What ever you choose
Custom Field 1: upload
Custom Field 2: backitude
User Name: u
Password: p
Latitude: lat
Longitude: long
Accuracy: accuracy
Speed: speed
Altitude: alt
Direction Bearing: angle
Location Timestamp: <this can be deleted>
Request Timestamp: do
Timezone Offset: <this can be deleted>
Custom Field 1: a
Custom Field 2: db
mysql needs to be configured by running the trackme.sql sql script file.
config.php needs to be configured.
Within config.php:
- Use trackme as the database name.
- Initially set allow_registration = 1 so Backitude can register and your user/pass is automatically created