Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 931 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 931 Bytes

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.