summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2017-04-17 18:15:10 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2017-04-17 18:15:10 +0200
commit46804ae9f17233cc2055a7f03eaac3c85ca0d52b (patch)
tree648e9d2589b5c709861acab350edee1120b9be16 /README
parentAdd support for a "help" action that prints the driver module's docstring. (diff)
downloadglucometerutils-46804ae9f17233cc2055a7f03eaac3c85ca0d52b.tar
glucometerutils-46804ae9f17233cc2055a7f03eaac3c85ca0d52b.tar.gz
glucometerutils-46804ae9f17233cc2055a7f03eaac3c85ca0d52b.tar.bz2
glucometerutils-46804ae9f17233cc2055a7f03eaac3c85ca0d52b.tar.lz
glucometerutils-46804ae9f17233cc2055a7f03eaac3c85ca0d52b.tar.xz
glucometerutils-46804ae9f17233cc2055a7f03eaac3c85ca0d52b.tar.zst
glucometerutils-46804ae9f17233cc2055a7f03eaac3c85ca0d52b.zip
Diffstat (limited to 'README')
-rw-r--r--README50
1 files changed, 13 insertions, 37 deletions
diff --git a/README b/README
index 050dcaa..d5085b7 100644
--- a/README
+++ b/README
@@ -19,43 +19,19 @@ Please see the following table for the driver for each device that is
known and supported; the following table will provide further
information on each of the devices.
-| Manufacturer | Model Name | Driver |
-| --- | --- | --- |
-| LifeScan | OneTouch Ultra 2 | `otultra2` |
-| LifeScan | OneTouch Ultra Easy | `otultraeasy` |
-| LifeScan | OneTouch Ultra Mini | `otultraeasy` |
-| LifeScan | OneTouch Verio (USB) | `otverio2015` |
-| LifeScan | OneTouch Select Plus | `otverio2015` |
-| Abbott | FreeStyle InsuLinx | `fsinsulinx` |
-| Abbott | FreeStyle Libre | `fslibre` |
-| Abbott | FreeStyle Optium | `fsoptium` |
-| Abbott | FreeStyle Precision Neo | `fsprecisionneo` |
-| Roche | Accu-Chek Mobile | `accuchek_reports` |
-| SD Biosensor | SD CodeFree | `sdcodefree` |
-
-### Driver features
-
-| Driver | Information | Time | Record comments | Memory Reset |
-| --- | --- | --- | --- | --- |
-| `otultra2` | serialno, swver, unit | get and set | yes | yes |
-| `otultraeasy` | serialno, swver, unit | get and set | not supported by device | yes |
-| `otverio2015` | serialno, swver | get and set | no | yes |
-| `fsinsulinx` | serialno, swver | get and set | no | not supported by device |
-| `fslibre` | serialno, swver | get and set | yes | not supported by device |
-| `fsoptium` | serialno, swver, unit | get and set | not supported by device | not supported by device |
-| `fsprecisionneo` | serialno, swver | get and set | not supported by device | not supported by device |
-| `accuchek_reports` | serialno, unit | no | yes | not supported by device |
-| `sdcodefree` | none | set only | pre-/post-meal notes | not supported by device |
-
-### Driver dependencies
-
-| Driver | Dependencies |
-| --- | --- |
-| `otultra2` | [pyserial] |
-| `otultraeasy` | [pyserial] |
-| `otverio2015` | [python-scsi] |
-| `fsoptium` | [pyserial] |
-| `sdcodefree` | [pyserial] |
+| Manufacturer | Model Name | Driver | Dependencies |
+| --- | --- | --- | --- |
+| LifeScan | OneTouch Ultra 2 | `otultra2` | [pyserial] |
+| LifeScan | OneTouch Ultra Easy | `otultraeasy` | [pyserial] |
+| LifeScan | OneTouch Ultra Mini | `otultraeasy` | [pyserial] |
+| LifeScan | OneTouch Verio (USB) | `otverio2015` | [python-scsi] |
+| LifeScan | OneTouch Select Plus | `otverio2015` | [python-scsi] |
+| Abbott | FreeStyle InsuLinx | `fsinsulinx` | |
+| Abbott | FreeStyle Libre | `fslibre` | |
+| Abbott | FreeStyle Optium | `fsoptium` | [pyserial] |
+| Abbott | FreeStyle Precision Neo | `fsprecisionneo` | |
+| Roche | Accu-Chek Mobile | `accuchek_reports` | |
+| SD Biosensor | SD CodeFree | `sdcodefree` | [pyserial] |
[pyserial]: https://pythonhosted.org/pyserial/
[python-scsi]: https://github.com/rosjat/python-scsi