summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* freestyle_optium: remove debugging print.Diego Elio Pettenò2016-08-311-1/+0
* sdcodefree: fix brainfart in README.Diego Elio Pettenò2016-06-191-1/+1
* sdcodefree: new driver.Diego Elio Pettenò2016-06-192-0/+193
* otverio2015: fix date/time handling, which was broken outside of UTC.Diego Elio Pettenò2016-05-211-1/+1
* otverio2015: implement proper glucose unit identification.Diego Elio Pettenò2016-05-211-3/+22
* Add backup files to .gitignore.Diego Elio Pettenò2016-03-021-0/+1
* Use a more Pythonic map(..., int) instead of list comprehension.Diego Elio Pettenò2016-03-022-4/+4
* Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2016-03-028-23/+15
* accuchek_reports: add a new driver for Accu-Chek Mobile meters.Diego Elio Pettenò2016-02-152-0/+131
* doc: use tables for devices, drivers, features and dependencies.Diego Elio Pettenò2016-02-151-13/+33
* otultra2: make the before/after meal constants in common module.Diego Elio Pettenò2016-02-152-4/+9
* otverio2015: new driver for OneTouch Verio (2015) and similar devices.Diego Elio Pettenò2016-02-142-0/+231
* Make the ConnectionFailed exception more generic.Diego Elio Pettenò2016-02-131-2/+2
* 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-133-16/+27
* Update documentation, reference the new glucometer-protocols repository.Diego Elio Pettenò2016-02-092-5/+20
* 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-082-0/+256
* otultra2: avoid using connect/disconnect to wake up the device.Diego Elio Pettenò2014-02-081-3/+2
* Add a note that the Ultra Easy is also known as Ultra Mini.Diego Elio Pettenò2014-01-291-2/+3
* otultra2: move checksum function within otultra2 driver.Diego Elio Pettenò2014-01-294-49/+28
* Initial support for OneTouch Ultra Easy glucometers.Diego Elio Pettenò2014-01-293-3/+398
* common: fix namedtuple usage to allow for optional parameters.Diego Elio Pettenò2014-01-291-3/+3
* Add connect/disconnect methods to otultra2 and send \x11\r on connection.Diego Elio Pettenò2014-01-292-5/+12
* Merge pull request #1 from jimsiff/masterDiego Elio Pettenò2013-12-141-2/+7
|\
| * Add confirmation prompt to zero log argumentjimsiff2013-12-141-2/+7
|/
* Update documentation for the dump format and options.Diego Elio Pettenò2013-12-111-0/+20
* Clean up the code to remove methods that should be functions and imports.Diego Elio Pettenò2013-12-113-122/+115
* Allow sorting the dumped data; sort by date by default.Diego Elio Pettenò2013-12-112-6/+18
* Change all the internal representations to mg/dL for compatibility with LifeScan.Diego Elio Pettenò2013-12-112-15/+12
* glucometer.py: if no unit is provided on command line, use the default of the meter.Diego Elio Pettenò2013-12-111-1/+5
* Generalise the meal/comment handling to the Reading object.Diego Elio Pettenò2013-12-113-8/+18
* 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-082-22/+24
* Add a new command to dump the identification of the glucometer.Diego Elio Pettenò2013-12-082-4/+26
* otultra2: implement a zero log command to clear a device's memory.Diego Elio Pettenò2013-12-082-1/+20
* otultra2: implement decoding of meal and comment codes.Diego Elio Pettenò2013-12-083-3/+35
* Read more data out of the OTUltra2 dump lines. Return data in a Reading object.Diego Elio Pettenò2013-09-293-12/+32
* Fix style for tests.Diego Elio Pettenò2013-09-293-68/+60
* test_otultra2: factor out setting of returned serial string.Diego Elio Pettenò2013-08-101-9/+9
* glucometer: allow providing a freeform arbitrary date to set on the meter.Diego Elio Pettenò2013-08-041-2/+10
* setup.py: update license specification.Diego Elio Pettenò2013-08-031-1/+1
* glucometer: mark executable.Diego Elio Pettenò2013-08-031-0/+0
* Relicense everything under MIT license.Diego Elio Pettenò2013-08-0310-684/+27
* Implement the correct checksum algorithm.Diego Elio Pettenò2013-08-033-34/+13
* Add support for checksum verification for the otultra2 driver.Diego Elio Pettenò2013-08-035-29/+139
* glucometer: remove unused argv usage.Diego Elio Pettenò2013-08-031-2/+1
* Update function names to follow PEP8.Diego Elio Pettenò2013-08-036-43/+54
* Add utf-8 encoding specification to all files.Diego Elio Pettenò2013-08-037-0/+8
* glucometer: add support for selecting output units on dump.Diego Elio Pettenò2013-08-031-1/+4
* glucometer: fix script to actually work and provide actions.Diego Elio Pettenò2013-08-031-2/+13
* Add tests for the glucose unit conversion.Diego Elio Pettenò2013-08-031-0/+53
* test_otultra2: add header.Diego Elio Pettenò2013-08-031-0/+7
* otultra2: fix default unit handling.Diego Elio Pettenò2013-08-031-1/+2
* Add a link to README.md to try rendering it on GitHub.Diego Elio Pettenò2013-08-031-0/+1
* Initial import of the raw data.Diego Elio Pettenò2013-08-0312-0/+1142