compscidr / awm-lib-example

A example app which uses the awm-lib project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awm-lib-example

An example implementation of an app using the awm-lib measurement library. The app is available on the Google Play Store.

Alt text

The app currently supports collecting Wi-Fi and Bluetooth scan data, stores it locally on the device using Android Room persistent storage, and then uploads the data using JSON to a server running the awm-lib-server project.

The privacy policy is available at app/src/main/assets/privacy/privacy_policy.html

While the device is running, locally, a heatmap is generated showing then position of other Bluetooth and Wi-Fi devices, with the intensity of the heatmap reprsenting the number of devices in range at that data point.

About

A example app which uses the awm-lib project

License:Apache License 2.0


Languages

Language:Java 74.6%Language:HTML 25.4%