index
:
anonymous/glucometerutils
experimental-bazel-test
experimental-construct-freestyle
main
mergify/Flameeyes/config-update
Unnamed repository; edit this file 'description' to name the repository.
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
freestyle_optium: implement checksum verification on results.
Diego Elio Pettenò
2016-02-09
1
-2
/
+26
*
Implement a basic driver for the FreeStyle Optium devices.
Diego Elio Pettenò
2016-02-08
2
-0
/
+256
*
otultra2: avoid using connect/disconnect to wake up the device.
Diego Elio Pettenò
2014-02-08
1
-3
/
+2
*
Add a note that the Ultra Easy is also known as Ultra Mini.
Diego Elio Pettenò
2014-01-29
1
-2
/
+3
*
otultra2: move checksum function within otultra2 driver.
Diego Elio Pettenò
2014-01-29
4
-49
/
+28
*
Initial support for OneTouch Ultra Easy glucometers.
Diego Elio Pettenò
2014-01-29
3
-3
/
+398
*
common: fix namedtuple usage to allow for optional parameters.
Diego Elio Pettenò
2014-01-29
1
-3
/
+3
*
Add connect/disconnect methods to otultra2 and send \x11\r on connection.
Diego Elio Pettenò
2014-01-29
2
-5
/
+12
*
Merge pull request #1 from jimsiff/master
Diego Elio Pettenò
2013-12-14
1
-2
/
+7
|
\
|
*
Add confirmation prompt to zero log argument
jimsiff
2013-12-14
1
-2
/
+7
|
/
*
Update documentation for the dump format and options.
Diego Elio Pettenò
2013-12-11
1
-0
/
+20
*
Clean up the code to remove methods that should be functions and imports.
Diego Elio Pettenò
2013-12-11
3
-122
/
+115
*
Allow sorting the dumped data; sort by date by default.
Diego Elio Pettenò
2013-12-11
2
-6
/
+18
*
Change all the internal representations to mg/dL for compatibility with LifeScan.
Diego Elio Pettenò
2013-12-11
2
-15
/
+12
*
glucometer.py: if no unit is provided on command line, use the default of the meter.
Diego Elio Pettenò
2013-12-11
1
-1
/
+5
*
Generalise the meal/comment handling to the Reading object.
Diego Elio Pettenò
2013-12-11
3
-8
/
+18
*
otultra2: expose the meal and comments as separate field in the CSV.
Diego Elio Pettenò
2013-12-11
1
-5
/
+1
*
Better error handling.
Diego Elio Pettenò
2013-12-08
2
-22
/
+24
*
Add a new command to dump the identification of the glucometer.
Diego Elio Pettenò
2013-12-08
2
-4
/
+26
*
otultra2: implement a zero log command to clear a device's memory.
Diego Elio Pettenò
2013-12-08
2
-1
/
+20
*
otultra2: implement decoding of meal and comment codes.
Diego Elio Pettenò
2013-12-08
3
-3
/
+35
*
Read more data out of the OTUltra2 dump lines. Return data in a Reading object.
Diego Elio Pettenò
2013-09-29
3
-12
/
+32
*
Fix style for tests.
Diego Elio Pettenò
2013-09-29
3
-68
/
+60
*
test_otultra2: factor out setting of returned serial string.
Diego Elio Pettenò
2013-08-10
1
-9
/
+9
*
glucometer: allow providing a freeform arbitrary date to set on the meter.
Diego Elio Pettenò
2013-08-04
1
-2
/
+10
*
setup.py: update license specification.
Diego Elio Pettenò
2013-08-03
1
-1
/
+1
*
glucometer: mark executable.
Diego Elio Pettenò
2013-08-03
1
-0
/
+0
*
Relicense everything under MIT license.
Diego Elio Pettenò
2013-08-03
10
-684
/
+27
*
Implement the correct checksum algorithm.
Diego Elio Pettenò
2013-08-03
3
-34
/
+13
*
Add support for checksum verification for the otultra2 driver.
Diego Elio Pettenò
2013-08-03
5
-29
/
+139
*
glucometer: remove unused argv usage.
Diego Elio Pettenò
2013-08-03
1
-2
/
+1
*
Update function names to follow PEP8.
Diego Elio Pettenò
2013-08-03
6
-43
/
+54
*
Add utf-8 encoding specification to all files.
Diego Elio Pettenò
2013-08-03
7
-0
/
+8
*
glucometer: add support for selecting output units on dump.
Diego Elio Pettenò
2013-08-03
1
-1
/
+4
*
glucometer: fix script to actually work and provide actions.
Diego Elio Pettenò
2013-08-03
1
-2
/
+13
*
Add tests for the glucose unit conversion.
Diego Elio Pettenò
2013-08-03
1
-0
/
+53
*
test_otultra2: add header.
Diego Elio Pettenò
2013-08-03
1
-0
/
+7
*
otultra2: fix default unit handling.
Diego Elio Pettenò
2013-08-03
1
-1
/
+2
*
Add a link to README.md to try rendering it on GitHub.
Diego Elio Pettenò
2013-08-03
1
-0
/
+1
*
Initial import of the raw data.
Diego Elio Pettenò
2013-08-03
12
-0
/
+1142