https://github.com/pl4za/android-sensor-collection
A mobile app to collect and upload sensor data.
https://github.com/pl4za/android-sensor-collection
android java public-key-cryptography rest-api rsa-cryptography
Last synced: about 1 month ago
JSON representation
A mobile app to collect and upload sensor data.
- Host: GitHub
- URL: https://github.com/pl4za/android-sensor-collection
- Owner: pl4za
- Created: 2015-12-22T22:07:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T19:21:36.000Z (about 9 years ago)
- Last Synced: 2025-02-26T02:45:24.702Z (over 1 year ago)
- Topics: android, java, public-key-cryptography, rest-api, rsa-cryptography
- Language: Java
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accelerometry-sensor-collection
Records accelerometry data in a CSV file for information extraction with auto file upload capabilities.
********************************************************************************
This version POSTS user info and accelerometer data to:
http://193.136.67.246/~jason/sensorsDataTese/fileUpload.php
User information JSON is encrypted using RSA encryption (public key in phone / private key in server)
********************************************************************************
Developed for my Master's Thesis: "Towards an Integrated Solution to Physical Assessment of Students".
**Accelerometry collection**
Records accelerometry data in a CSV file for information extraction.
A sensor calibration is performed and required prior to usage.
The collected datasets can be used for activity recognition, energy expenditure estimation and other applications.
**User information**
User information is sent for energy expenditure calculations or other usages in JSON format.
**Data upload**
Data upload is started automatically if any files exist when conencting to WI-fi networks.
**Screenshots**

~


# Installation
Import project into Android studio.
# License
GPLv3