Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivarprudnikov/android_sensors
Android app exposing device sensors in a usable UI. Subscribe to sensor and observe its values in a grapgh
https://github.com/ivarprudnikov/android_sensors
Last synced: 14 days ago
JSON representation
Android app exposing device sensors in a usable UI. Subscribe to sensor and observe its values in a grapgh
- Host: GitHub
- URL: https://github.com/ivarprudnikov/android_sensors
- Owner: ivarprudnikov
- License: gpl-3.0
- Created: 2015-07-08T08:12:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T00:08:32.000Z (about 9 years ago)
- Last Synced: 2024-04-14T14:49:29.386Z (9 months ago)
- Language: Java
- Homepage: http://ivarprudnikov.github.io/android_sensors/
- Size: 611 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Sensors
Subscribe to device sensors and store data locally. Later use URL to send it somewhere you need.
## Features
- Sensor details preview
- Sensor real time data graph
- Export data using simple HTTP POST via URL provided
- Sensor data storage in Sqlite
- Storage limits/actions in settings
- Remove all data or per sensor
- Background service is always running and stores data (if storage is enabled)
- Near real time data stats in UI
- Simple navigation
- Android API since version 10## Licence
GNU GENERAL PUBLIC LICENSE Version 3, see LICENCE file or [check online](http://www.gnu.org/licenses/gpl.html)