https://github.com/kost/sensorsweblogger
Android application - Sensors Web Logger
https://github.com/kost/sensorsweblogger
Last synced: 12 months ago
JSON representation
Android application - Sensors Web Logger
- Host: GitHub
- URL: https://github.com/kost/sensorsweblogger
- Owner: kost
- License: gpl-2.0
- Created: 2015-01-07T22:50:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T04:29:15.000Z (almost 10 years ago)
- Last Synced: 2025-04-05T13:51:23.768Z (over 1 year ago)
- Language: Java
- Size: 68.4 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/kost/SensorsWebLogger)
# SensorsWebLogger
Android application - Sensors Web Logger
This application will send Environment Sensors data together with location to custom URL you specify. It is actually nice alternative to Arduino sensors if you just need logging of the temperature/humidity/pressure and your phone have such sensors.
It tries to be nice with battery as it will try to get the best location possible with current settings on the phone.
In order to protect your privacy, application logs sensors data to the localhost (127.0.0.1) by default. You can change URL in Settings. HTTPS URLs are supported and encouraged in order to protect your privacy.
Source is available under GNU General Public License(GNU GPL) v2.0.
# Build
Clone repository, change directory to project and issue following command:
ANDROID_HOME=/opt/Android/Sdk gradle build
You can check other tasks available:
ANDROID_HOME=/opt/Android/Sdk gradle tasks