Skip to content

Android app, PHP files & SQL schema for posting IndoorAtlas data to a SQL database for later use by anything you can imagine.

Notifications You must be signed in to change notification settings

CJ-Davies/IndoorAtlas_SQL_uploader

Repository files navigation

IndoorAtlas_SQL_uploader

A combination of an Android app, some PHP files & an SQL schema to enable an Android device to post IndoorAtlas position data to a SQL database on a remote server for later use by anything you can imagine. I use this as part of my Mirrorshades project, to track the position of a user as they walk around a building & move a player within Unity to the equivalent vantage (see this Unity script in particular).

IndoorAtlas_SQL_uploader

  • an Eclipse project that is a modification of the IndoorAtlas example Eclipse project with the simple addition of posting the data to a database in addition to echoing it to the device's screen
  • input IndoorAtlas API key/secret key, building ID/level ID/floor plan ID into IndoorAtlasExample.java

db_config.php

  • enter username/password/database name/database server address & port here

updateposition.php

  • the file that the Android app POSTs the data to

IndoorAtlas_db_schema.sql

  • a mysqldump of an empty database, to give an idea of a schema

About

Android app, PHP files & SQL schema for posting IndoorAtlas data to a SQL database for later use by anything you can imagine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published