summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Campbell-Smith <mcampbellsmith@gmail.com>2014-04-02 20:50:11 +1100
committerMark Campbell-Smith <mcampbellsmith@gmail.com>2014-04-02 20:50:11 +1100
commit73fe9afe763e2f73792b15c781b2e948caa8c55f (patch)
treea6d1a669b579b09388c84d3d4c37f18212d555a8
parent95a61601f3c8d15bdaa8bbd7cbb7eee50595da2e (diff)
downloadRunnerUpLive-73fe9afe763e2f73792b15c781b2e948caa8c55f.zip
add basic backitude readme
-rw-r--r--README_Backitude42
1 files changed, 42 insertions, 0 deletions
diff --git a/README_Backitude b/README_Backitude
new file mode 100644
index 0000000..c5c1839
--- /dev/null
+++ b/README_Backitude
@@ -0,0 +1,42 @@
+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
+
+
+
+