summaryrefslogtreecommitdiffstats
path: root/glucometerutils (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-09Update documentation, reference the new glucometer-protocols repository.Diego Elio Pettenò1-1/+8
2016-02-09freestyle_optium: implement checksum verification on results.Diego Elio Pettenò1-2/+26
2016-02-08Implement a basic driver for the FreeStyle Optium devices.Diego Elio Pettenò2-0/+256
2014-02-08otultra2: avoid using connect/disconnect to wake up the device.Diego Elio Pettenò1-3/+2
2014-01-29otultra2: move checksum function within otultra2 driver.Diego Elio Pettenò2-21/+20
2014-01-29Initial support for OneTouch Ultra Easy glucometers.Diego Elio Pettenò1-0/+326
2014-01-29common: fix namedtuple usage to allow for optional parameters.Diego Elio Pettenò1-3/+3
2014-01-29Add connect/disconnect methods to otultra2 and send \x11\r on connection.Diego Elio Pettenò1-5/+8
2013-12-11Clean up the code to remove methods that should be functions and imports.Diego Elio Pettenò2-121/+115
2013-12-11Allow sorting the dumped data; sort by date by default.Diego Elio Pettenò1-5/+7
2013-12-11Change all the internal representations to mg/dL for compatibility with LifeScan.Diego Elio Pettenò2-15/+12
2013-12-11Generalise the meal/comment handling to the Reading object.Diego Elio Pettenò2-6/+15
2013-12-11otultra2: expose the meal and comments as separate field in the CSV.Diego Elio Pettenò1-5/+1
2013-12-08Better error handling.Diego Elio Pettenò1-1/+1
2013-12-08Add a new command to dump the identification of the glucometer.Diego Elio Pettenò1-0/+18
2013-12-08otultra2: implement a zero log command to clear a device's memory.Diego Elio Pettenò1-1/+11
2013-12-08otultra2: implement decoding of meal and comment codes.Diego Elio Pettenò2-2/+33
2013-09-29Read more data out of the OTUltra2 dump lines. Return data in a Reading object.Diego Elio Pettenò2-10/+30
2013-08-03Relicense everything under MIT license.Diego Elio Pettenò4-4/+4
2013-08-03Implement the correct checksum algorithm.Diego Elio Pettenò1-30/+8
2013-08-03Add support for checksum verification for the otultra2 driver.Diego Elio Pettenò3-25/+91
2013-08-03Update function names to follow PEP8.Diego Elio Pettenò2-28/+28
2013-08-03Add utf-8 encoding specification to all files.Diego Elio Pettenò3-0/+3
2013-08-03otultra2: fix default unit handling.Diego Elio Pettenò1-1/+2