A Java-based Android application that uploads mobile phone sensor data to an MQTT Node.js server listener, providing real-time 3D sensor mapping.
Java JavaScript HTML
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Demo Application
MQTT Mosquitto Listener
OpenStats (Android App)
.gitignore
README.md

README.md

Introduction

Open Stats is an Android application that stores measuremenets from all available sensors on a mobile device and uploads them to a server on a timer, so allows a 3D real-time map of environmental measurements to be generated.

WARNING: Application stores time & location of devices running it, so if used on a small-scale allows individuals to be tracked. Use with caution!

Usage

API details for the test server used have been excluded at the request of Bristol University - this application was developed at their request. The app can be compiled normally once you create the required .java file and insert API details for your own server. The server listener is provided, as is a demo application displaying the data.