Code Monkey home page Code Monkey logo

betterx-android's Introduction

BetterX-Android

BetterX-Android is a data collection app used in the BetterX.org research project. BetterX-Android works on the background and collects device, network and sensor data.

Functionality

It consists of 5 parts: the sensor logger, the network logger, the firefox extension web logger (see BetterX-Firefox), the features logger (device data) and the main body application which provides the setup and GUI to the user. All parts produce json formatted data files which are relayed back into AWS s3 on a daily basis.

Setup Parameters

AWS_S3_ACCESSKEYID access key for s3 AWS_S3_SECRETKEYACCESS secret key for s3 AWS_S3_USERNAME username for s3 AWS_S3_BUCKET folder for s3 PUB_KEY public key for encrypting zip file before sending it over GCM_PROJECT_NUMBER Google Cloud Messaging API Key

Sensor Logger

The purpose of the sensor logger is to monitor and record sensor data including location data. The SensorManager library provides most of the functionality for sensor reading and the SensorDataManager provides most of functionality to send the data. The sensor logger uses the adaptive sampling mechanism in order to reduce the volume of the recorded data.

  • Environment Sensors
    • AMBIENT_TEMPERATURE
    • LIGHT
  • Pull Sensors
    • ACCELEROMETER
    • GYROSCOPE
    • LOCATION (Latitude, Longitude, Accuracy, Speed, Bearing, Provider, Time)
    • MAGNETIC_FIELD
    • WIFI (SSID, BSSID, Capabilities, Level, Frequency)
  • Push Sensors
    • BATTERY
    • CONNECTION_STATE
    • CONNECTION_STRENGTH
    • LOCATION
    • SCREEN
    • Phone State
    • Step Counter

Network Logger

The purpose of the netlogger is to monitor and record all the device network status changes. The Network Logger uses this Network Events Library.

  • WifiStatus
  • MobileStatus
  • WiMaxStatus
  • HasInternet
  • DetailedState
  • ExtraInfo
  • Capabilities
  • LinkProperties
  • BSSID
  • SSID
  • Frequency
  • SignalStrength
  • IP
  • LinkSpeed
  • MAC
  • NetID
  • RSSI
  • Available Networks

Features Logger

  • UID (IMEI+MEID+SIMSERIAL+ANDROID_ID)
  • Device Manufacturer
  • Device Model Number
  • Android Version
  • Screen Size
  • Running Apps

Main App Screens

a b

Info Screens

1 2 3 4 5 6 7 8 9 10 11

Setup Screens

13 14 15 16 17

Referencing

Usage of any parts of this software or data requires referencing in any published or publicised work. The correct referencing is presented below in Harvard, MLA8 and APA styles.

Harvard

Allayiotis, E. (2017) BetterX System. N.A: BetterX.org.

MLA8

Allayiotis, Elias. “BetterX System.” 23 Feb. 2017, www.betterx.org.

APA

Allayiotis, E. (2017). BetterX System (Version 1.2). [Application software]. Retrieved from <http://www.betterx.org/>

License

Anyone interested in this project can download/modify/contribute to the source code that is made available. The BetterX project is licenced under the Apache License, Version 2.0

Copyright 2017 Elias Allayiotis

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

betterx-android's People

Contributors

eliasall avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.