summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-15accuchek_reports: add a new driver for Accu-Chek Mobile meters.Diego Elio Pettenò1-0/+2
The default USB connection provides a USB storage device with a CSV datafile. This driver works by looking for that file and importing it. This does not support setting the time, nor reading the actual device time, but it is at least a good way to import data from different meters under the same format.
2016-02-15doc: use tables for devices, drivers, features and dependencies.Diego Elio Pettenò1-13/+33
This should provide more information on the devices themselves, particularly now that different levels of features are available.
2016-02-14otverio2015: new driver for OneTouch Verio (2015) and similar devices.Diego Elio Pettenò1-0/+5
This should be working for OneTouch Select Plus devices, too. It currently does not support reporting in the native unit of the device. As of today, you'll also need my forked repository of python-scsi, as the current upstream one does not have working SGIO for Linux.
2016-02-09Update documentation, reference the new glucometer-protocols repository.Diego Elio Pettenò1-4/+12
Also update copyright year.
2014-01-29Add a note that the Ultra Easy is also known as Ultra Mini.Diego Elio Pettenò1-2/+3
2014-01-29Initial support for OneTouch Ultra Easy glucometers.Diego Elio Pettenò1-3/+12
The driver is fully functional but requires proper documentation and testing.
2013-12-11Update documentation for the dump format and options.Diego Elio Pettenò1-0/+20
2013-08-03Relicense everything under MIT license.Diego Elio Pettenò1-2/+19
There is no reason for me to use GPLv3 now that I'm not using the CRC32-Sick code, so I'll go with the most liberal license out there.
2013-08-03Update function names to follow PEP8.Diego Elio Pettenò1-0/+11