summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* accuchek_reports: add a new driver for Accu-Chek Mobile meters.Diego Elio Pettenò2016-02-151-0/+129
* otultra2: make the before/after meal constants in common module.Diego Elio Pettenò2016-02-151-3/+3
* otverio2015: new driver for OneTouch Verio (2015) and similar devices.Diego Elio Pettenò2016-02-141-0/+226
* otultraeasy: move the MalformedCommand exception to common.Diego Elio Pettenò2016-02-132-11/+17
* otultraeasy: move the crc function to lifescan_common.Diego Elio Pettenò2016-02-132-14/+25
* Update documentation, reference the new glucometer-protocols repository.Diego Elio Pettenò2016-02-091-1/+8
* freestyle_optium: implement checksum verification on results.Diego Elio Pettenò2016-02-091-2/+26
* Implement a basic driver for the FreeStyle Optium devices.Diego Elio Pettenò2016-02-081-0/+249
* otultra2: avoid using connect/disconnect to wake up the device.Diego Elio Pettenò2014-02-081-3/+2
* otultra2: move checksum function within otultra2 driver.Diego Elio Pettenò2014-01-292-21/+20
* Initial support for OneTouch Ultra Easy glucometers.Diego Elio Pettenò2014-01-291-0/+326
* Add connect/disconnect methods to otultra2 and send \x11\r on connection.Diego Elio Pettenò2014-01-291-5/+8
* Clean up the code to remove methods that should be functions and imports.Diego Elio Pettenò2013-12-111-119/+113
* Change all the internal representations to mg/dL for compatibility with LifeScan.Diego Elio Pettenò2013-12-111-5/+4
* Generalise the meal/comment handling to the Reading object.Diego Elio Pettenò2013-12-111-4/+3
* otultra2: expose the meal and comments as separate field in the CSV.Diego Elio Pettenò2013-12-111-5/+1
* Better error handling.Diego Elio Pettenò2013-12-081-1/+1
* Add a new command to dump the identification of the glucometer.Diego Elio Pettenò2013-12-081-0/+18
* otultra2: implement a zero log command to clear a device's memory.Diego Elio Pettenò2013-12-081-1/+11
* otultra2: implement decoding of meal and comment codes.Diego Elio Pettenò2013-12-081-1/+31
* Read more data out of the OTUltra2 dump lines. Return data in a Reading object.Diego Elio Pettenò2013-09-291-10/+11
* Relicense everything under MIT license.Diego Elio Pettenò2013-08-032-2/+2
* Implement the correct checksum algorithm.Diego Elio Pettenò2013-08-031-30/+8
* Add support for checksum verification for the otultra2 driver.Diego Elio Pettenò2013-08-032-17/+86
* Update function names to follow PEP8.Diego Elio Pettenò2013-08-031-27/+27
* Add utf-8 encoding specification to all files.Diego Elio Pettenò2013-08-031-0/+1
* otultra2: fix default unit handling.Diego Elio Pettenò2013-08-031-1/+2
* Initial import of the raw data.Diego Elio Pettenò2013-08-032-0/+257