summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-28Update Python version target in the README as well.Diego Elio Pettenò1-1/+1
2017-12-28Update documentation to be more useful.Diego Elio Pettenò1-13/+21
2017-07-24Tested with FreeStyle Optium NeoWarren Moore1-1/+1
2017-06-07fsprecisionneo: FreeStyle Optium Neo H has been tested workingDiego Elio Pettenò1-1/+1
2017-06-05Add new model name to list of supported devices.Diego Elio Pettenò1-0/+1
2017-06-03Abbott devices: add support for using hidapi library.Diego Elio Pettenò1-4/+6
This allows these drivers to be used on operating systems other than Linux, as hidapi abstracts away the access. The interface is similar enough to using hidraw that the actual code only needed minimal changes. Maintain the ability to access the devices with the hidraw path too, without forcing the dependency.
2017-04-17Add the Optium Neo as an untested supported device.Diego Elio Pettenò1-1/+4
2017-04-17All drivers: move documentation of features from README to docstring.Diego Elio Pettenò1-37/+13
This allows the drivers to keep up to date with what they support and need. Should make Issue #9 easier to solve. Also merge the dependency list with the list of supported devices, so that you don't have to join the two tables in your head.
2017-02-23fslibre: new driver for Abbott FreeStyle Libre download.Diego Elio Pettenò1-0/+2
This is the first (draft) version of the driver, that only downloads the automatic sensor readings, marking them as (Sensor) in the comments. I'll follow up with downloading of the scans and blood tests, but wanted to have this pushed first.
2017-01-17fsinsulinx: add untested FreeStyle InsuLinx driver.Diego Elio Pettenò1-1/+2
This is based off the fsprecisionneo driver, as the two share an almost identical protocol. The readings format is different between them, but otherwise the commands are compatible. There are a number of higher-level commands that differ between them, though, so it might be necessary to specialize the drivers further in the future.
2017-01-17fsprecisionneo: add support for setting date and time.Diego Elio Pettenò1-1/+1
There are shared commands that allow settings the date and time of the device, implement those in the freestyle support module, so that they can be re-used in implementation of the same base protocol.
2017-01-16Fix README to share the same Markdown syntax.Diego Elio Pettenò1-10/+6
2017-01-16Add new driver for the Abbott FreeStyle Precision Neo.Diego Elio Pettenò1-11/+14
This driver uses the HID-based protocol which is shared among different devices.
2017-01-16Rename freestyle_optium to fsoptium.Diego Elio Pettenò1-3/+3
The number of freestyle devices drivers will soon skyrocket, use the same shortening as the OneTouch ones.
2016-06-19sdcodefree: fix brainfart in README.Diego Elio Pettenò1-1/+1
2016-06-19sdcodefree: new driver.Diego Elio Pettenò1-0/+3
This driver supports SD Codefree readers, that are sold in the UK by HomeHealth UK.
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