hacking diabetes: give me my data
Send me your packet captures!
- sign up for a free github account, they support sign in with google, and it's a great service
- then press the fork button
Then
$ git clone [email protected]/<yourname>/decoding-omnipod.git
$ cd decoding-omnipod
$ 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.