summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-30Fix IndexError and KeyError:Dorian Scholz1-5/+9
2017-04-17All drivers: move documentation of features from README to docstring.Diego Elio Pettenò8-7/+88
2017-04-17Add support for a "help" action that prints the driver module's docstring.Diego Elio Pettenò1-1/+14
2017-04-17Serial drivers: factor out opening of the serial port to a new base class.Diego Elio Pettenò4-49/+19
2017-04-15serial drivers: if no --device parameter is given, look for default cable.Diego Elio Pettenò4-21/+21
2017-04-15fsoptium: use logging instead of writing to stderr directly.Diego Elio Pettenò1-3/+2
2017-04-15all drivers: make --device optional at the tool level.Diego Elio Pettenò6-0/+30
2017-02-24fslibre: parse and output the scan and blood tests.Diego Elio Pettenò1-19/+137
2017-02-23fslibre: new driver for Abbott FreeStyle Libre download.Diego Elio Pettenò1-0/+73
2017-02-09sdcodefree: reformat and cleanup.Diego Elio Pettenò1-135/+138
2017-01-20Open OneTouch Verio devices in readwrite mode by default.Red Daly1-1/+1
2017-01-17fsinsulinx: add untested FreeStyle InsuLinx driver.Diego Elio Pettenò1-0/+66
2017-01-17fsprecisionneo: move the version and serial number information to the common support class.Diego Elio Pettenò1-10/+2
2017-01-17fsprecisionneo: fix mistake in readings dump command.Diego Elio Pettenò1-1/+1
2017-01-16Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò6-11/+15
2017-01-16Add new driver for the Abbott FreeStyle Precision Neo.Diego Elio Pettenò1-0/+65
2017-01-16Rename freestyle_optium to fsoptium.Diego Elio Pettenò1-0/+0
2017-01-16LifeScan devices: move lifescan_common to the support directory.Diego Elio Pettenò4-69/+18
2017-01-15Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò6-56/+39
2016-11-16Fix error in call to map() functionL. Guruprasad1-2/+2
2016-08-31freestyle_optium: ignore β-ketones results from dumps.Diego Elio Pettenò1-4/+7
2016-08-31freestyle_optium: fix reversed parameters to map().Diego Elio Pettenò1-1/+1
2016-08-31freestyle_optium: remove debugging print.Diego Elio Pettenò1-1/+0
2016-06-19sdcodefree: new driver.Diego Elio Pettenò1-0/+190
2016-05-21otverio2015: fix date/time handling, which was broken outside of UTC.Diego Elio Pettenò1-1/+1
2016-05-21otverio2015: implement proper glucose unit identification.Diego Elio Pettenò1-3/+22
2016-03-02Use a more Pythonic map(..., int) instead of list comprehension.Diego Elio Pettenò2-4/+4
2016-03-02Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò5-21/+6
2016-02-15accuchek_reports: add a new driver for Accu-Chek Mobile meters.Diego Elio Pettenò1-0/+129
2016-02-15otultra2: make the before/after meal constants in common module.Diego Elio Pettenò1-3/+3
2016-02-14otverio2015: new driver for OneTouch Verio (2015) and similar devices.Diego Elio Pettenò1-0/+226
2016-02-13otultraeasy: move the MalformedCommand exception to common.Diego Elio Pettenò2-11/+17
2016-02-13otultraeasy: move the crc function to lifescan_common.Diego Elio Pettenò2-14/+25
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ò1-0/+249
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-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ò1-119/+113
2013-12-11Change all the internal representations to mg/dL for compatibility with LifeScan.Diego Elio Pettenò1-5/+4
2013-12-11Generalise the meal/comment handling to the Reading object.Diego Elio Pettenò1-4/+3
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ò1-1/+31
2013-09-29Read more data out of the OTUltra2 dump lines. Return data in a Reading object.Diego Elio Pettenò1-10/+11
2013-08-03Relicense everything under MIT license.Diego Elio Pettenò2-2/+2
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ò2-17/+86
2013-08-03Update function names to follow PEP8.Diego Elio Pettenò1-27/+27
2013-08-03Add utf-8 encoding specification to all files.Diego Elio Pettenò1-0/+1
2013-08-03otultra2: fix default unit handling.Diego Elio Pettenò1-1/+2