└── README.md /README.md: -------------------------------------------------------------------------------- 1 | decoding-omnipod 2 | ================ 3 | 4 | hacking diabetes: give me my data 5 | 6 | ## helping 7 | 8 | Send me your packet captures! 9 | 10 | ### fork this repo 11 | 12 | * sign up for a free github account, they support sign in with google, and it's a great service 13 | * then press the fork button 14 | 15 | Then 16 | ```bash 17 | $ git clone git@github.com//decoding-omnipod.git 18 | $ cd decoding-omnipod 19 | $ git checkout -b 20 | $ mkdir 21 | $ cp ~/path/to/captures ./ 22 | $ git add -v 23 | $ git commit -am ' adding captures for @bewest et al.' 24 | $ git push -u origin 25 | ``` 26 | 27 | Then you can send me an email or a pull request. 28 | --------------------------------------------------------------------------------