Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.
/ XertPlay Public archive

Experiments with the Xert analytics library that takes power data as input

Notifications You must be signed in to change notification settings

hammerheadnav/XertPlay

Repository files navigation

XertPlay

Experiments with the Xert analytics library that takes power data as input

This is currently a simple project based on the Xert-provided sample. The Xert library works by initializing it once and then feeding it live power data every 1 second. This is accumulated by the library to calculate a number of metrics using some baseline data for the user. There is a REST API available to interact with the Xert website to pull data for the user as input to the library init.

In this sample, the REST API is not used. Data can be set with sliders on the main screen and then a sample set of power data is pushed into the library (without pausing for a second). As a result, this runs 1000 samples very quickly and shows the calculated result.

The Xert Library

The provided .aar and documentation is in a the root of the repo as Xert SDK.zip

Building the App

Build on the command line using standard gradle commands, for example

gradle assembleDebug gradel installDebug

About

Experiments with the Xert analytics library that takes power data as input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages