diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2016-02-09 02:03:39 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2016-02-09 02:03:39 +0100 |
commit | 59dfa88299c8473c4a4391bb256368047c990740 (patch) | |
tree | 7fc30479ee8d8ab9d9b1290c5064a6f7212db3ca /README | |
parent | freestyle_optium: implement checksum verification on results. (diff) | |
download | glucometerutils-59dfa88299c8473c4a4391bb256368047c990740.tar glucometerutils-59dfa88299c8473c4a4391bb256368047c990740.tar.gz glucometerutils-59dfa88299c8473c4a4391bb256368047c990740.tar.bz2 glucometerutils-59dfa88299c8473c4a4391bb256368047c990740.tar.lz glucometerutils-59dfa88299c8473c4a4391bb256368047c990740.tar.xz glucometerutils-59dfa88299c8473c4a4391bb256368047c990740.tar.zst glucometerutils-59dfa88299c8473c4a4391bb256368047c990740.zip |
Diffstat (limited to '')
-rw-r--r-- | README | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -4,9 +4,15 @@ Glucometer Utilities This utility I created for personal needs, as my glucometer's software can only print the software (to XPS) without a file export option. -While right now only supports the glucometers I own and for which I have -the specification of the protocol,I've tried designing it so that it can -be extended and used for other models and other brands as well. +While right now only supports the glucometers I own and for which I +have the specification of the protocol, I've tried designing it so +that it can be extended and used for other models and other brands as +well. + +If you have knowledge of a protocol of a glucometer you would have +supported, please provide a reference, possibly by writing a +specification and contribute it to +https://github.com/Flameeyes/glucometer-protocols/. Supported devices ----------------- @@ -17,6 +23,8 @@ Supported devices * **LifeScan OneTouch Ultra Easy** (also known as **Ultra Mini**): get information, get and set time, dump of readings in native units, memory reset. + * **Abbott FreeStyle Optium**: get information, get and set time, + dump of readings in native units. Dump format ----------- @@ -51,7 +59,7 @@ compatible. License ------- -Copyright © 2013 Diego Elio Pettenò <flameeyes@flameeyes.eu> +Copyright © 2013-2016 Diego Elio Pettenò <flameeyes@flameeyes.eu> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the |