Skip to content

DataKit is the core component of mCerebrum. It receives data from external application, stores data in a SQLite database and transfers the received data to other applications if requested

License

Notifications You must be signed in to change notification settings

MD2Korg/mCerebrum-DataKit

Repository files navigation

mCerebrum-DataKit

mCerebrum is a configurable smartphone software platform for mobile and wearable sensors. It provides support for reliable data collection from mobile and wearable sensors, and offers real-time processing of these data.

This android service is the core data layer of the mCerebrum platform.

You can find more information about MD2K software on our software website or the MD2K organization on our MD2K website.

Installation

Download and install the latest DataKit application along with any of the other applications that produce data.

Enable unsigned applications

  • Go to Settings.
  • Select Security.
  • On the list, Find Unknown Sources and CHECK the box.
  • When done, go back to the folder.
  • Tap on the apk file and select Open/Install. It should be able to install.

References

  • UbiComp 2015 cStress: Towards a Gold Standard for Continuous Stress Assessment in the Mobile Environment Karen Hovsepian, Mustafa al'absi, Emre Ertin, Thomas Kamarck, Motoshiro Nakajima, Santosh Kumar pdf

Contributing

Please read our Contributing Guidelines for details on the process for submitting pull requests to us.

We use the Google Java Style Guide.

Our Code of Conduct is the Contributor Covenant.

Bug reports can be submitted through JIRA.

Our discussion forum can be found here.

Compilation

git clone https://github.com/MD2Korg/mCerebrum-Utilities.git
git clone https://github.com/MD2Korg/mCerebrum-DataKitAPI.git
git clone https://github.com/MD2Korg/mCerebrum-DataKit.git

Versioning

We use Semantic Versioning for versioning the software which is based on the following guidelines.

MAJOR.MINOR.PATCH (example: 3.0.12)

  1. MAJOR version when incompatible API changes are made,
  2. MINOR version when functionality is added in a backwards-compatible manner, and
  3. PATCH version when backwards-compatible bug fixes are introduced.

For the versions available, see this repository's tags.

Contributors

Link to the list of contributors who participated in this project.

License

This project is licensed under the BSD 2-Clause - see the license file for details.

Acknowledgments

About

DataKit is the core component of mCerebrum. It receives data from external application, stores data in a SQLite database and transfers the received data to other applications if requested

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages