hacking diabetes: give me my data
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
Send me your packet captures!
Then
$ git clone [email protected]/<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.