Simple WPF app which uses the MS Health Cloud API to download user-specified data sets acquired with the Microsoft Band.
C#
Switch branches/tags
Nothing to show
Latest commit 9d0b5de Nov 9, 2015 @dendriticspine Line break fix
Permalink
Failed to load latest commit information.
BandSandbox Adding new exec version w/rate limiting features Nov 6, 2015
Old-Compiled-Versions Adding new exec version w/rate limiting features Nov 6, 2015
.gitattributes
.gitignore 🎪 Added .gitattributes & .gitignore files Oct 29, 2015
BandSandbox-1.0.png Adding screenshot & API reference. Renaming .zip. Oct 30, 2015
BandSandbox-1.1.zip Adding new exec version w/rate limiting features Nov 6, 2015
BandSandbox-current.zip Adding new exec version w/rate limiting features Nov 6, 2015
BandSandbox.sln Initial Push Oct 30, 2015
MS Health API Getting Started.pdf Adding screenshot & API reference. Renaming .zip. Oct 30, 2015
README.md Line break fix Nov 9, 2015

README.md

MS-Band-DataSandbox

Simple WPF app which uses the MS Health Cloud API to download user-specified data sets acquired with the Microsoft Band.

If you're only interested in the executable (updated 2015/11/06), it is here: https://github.com/dendriticspine/MS-Band-DataSandbox/raw/master/BandSandbox-current.zip

Information on using the Microsoft Health Cloud API: https://developer.microsoftband.com/cloudAPI

Note: The code is ugly. I mean, really, really ugly.

Time for requesting 1 year+5 days (572 activities) worth of...

  • Hourly Summary Data: 8 min, 31 sec
  • Daily Summary Data: 28 sec
  • All Activities: Basic Activity Summary Data: 19 sec
  • All Activities: GPS Data & Segment Details: 6 min, 34 sec
  • All Activities: Minute Interval Summaries: 18 min, 42 sec <- required additional delays between requests to avoid being throttled for going over the bandwidth limits.

Updates:

  • 2015/11/01: The beginnings of some rough Python scripts for plotting Daily Summary, Hourly Summary, and Activity Summary data are here: https://github.com/dendriticspine/HealthData-Analysis
  • 2015/11/06: Added rate limiting to avoid being throttled by MS health cloud for too many requests/too much bandwidth.

If you have any questions or problems: apps@dendriticspine.com