Skip to content

bewest/decoding-dexcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decoding-dexcom

hacking diabetes: give me my data

Setup

There are some scripts in the dexcom_reader directory.

They depend on https://github.com/compbrain/dexcom_reader. To use these scripts:

$ git clone https://github.com/bewest/decoding-dexcom.git
$ cd decoding-dexcom/dexcom_reader
$ git clone https://github.com/compbrain/dexcom_reader.git

then to test that everything worked, try

$ python dxcom-scan

helping

Send me your packet captures!

fork this repo

Then

$ git clone git@github.com/<yourname>/decoding-dexcom.git
$ cd decoding-dexcom
$ git checkout -b <yourname>
$ mkdir <yourname>
$ cp ~/path/to/captures ./<yourname>
$ git add -v
$ git commit -am '<yourname> adding captures for @bewest et al.'
$ git push -u origin <yourname>

Then you can send me an email or a pull request.

About

hacking diabetes: give me my data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published