summaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update minimum supported Python version to 3.9.Diego Elio Pettenò2023-08-031-1/+1
|
* Update supported devices, and dependencies.Diego Elio Pettenò2023-08-031-0/+1
|
* Initial import of FreeStyle Libre 2 driver.Diego Elio Pettenò2023-08-031-25/+27
| | | | | | | | | After three years, the encrypted protocol is understood and implemented, huge thanks to @MPM1107. The actual implementation of the driver is exactly the same as the one for Libre readers, besides the encryption. The two share effectively all of the driver.
* CI: Replace Travis CI with GitHub Actions.Diego Elio Pettenò2021-05-171-1/+0
|
* glucomenareo: new driver added.Diego Elio Pettenò2021-03-271-0/+4
| | | | | | | This driver supports GlucoMen areo by A. Menarini Diagnostics. It possibly works with the GlucoMen Areo 2K but it is untested with it, and does not support reporting Ketone readings.
* td42xx: rename the previous td4277 driver, and support TD-4236B.Diego Elio Pettenò2021-02-251-4/+6
| | | | | | | | | | | The TD-4235B meter (sold as GlucoRx Nexus Q) uses pretty much the same protocol as the TD-4277. This change renames the driver, and reports the model returned by the device when receiving information. Other than that, a couple of constants are different from the previous meter.
* Spell freestyle-hid consistently in the dependencies list.Diego Elio Pettenò2020-10-041-5/+5
|
* Depend on freestyle-hid for FreeStyle support and remove tools.Diego Elio Pettenò2020-10-041-5/+6
| | | | | | | | | Instead of maintaining the reversing tools for Abbott FreeStyle devices in this repository, they are now part of their own project (https://github.com/glucometers-tech/freestyle-hid), making it easier to split the dependencies requirements. The basic I/O of the FreeStyle session is also implemented in that library.
* td4277: update dependency information for pyserial.Diego Elio Pettenò2020-09-211-2/+2
| | | | | Now that there's an actual release (even if beta) that supports the CP2110, we can depend on it with the extras enabled.
* Update otverio2015 dependencies to include PYSCSI.Diego Elio Pettenò2020-06-241-1/+1
| | | | | | | Now that PYSCSI v2.0.1 is released, its dependency can be expressed correctly. Also link to PyPI rather than Markus's own fork.
* Make the project compliant with the REUSE guidelines.Diego Elio Pettenò2020-04-201-0/+6
| | | | | | | | | See https://reuse.software/ for details. For simplicity, the support files, that are vastly copy-pasta, are licensed under MIT license, rather than LGPL-2.1-or-later. Note that `reuse lint` currently fails due to fsfe/reuse-tool#208.
* Update build status to point to travis-ci.com.Diego Elio Pettenò2020-03-251-1/+1
|
* Increase minimum supported Python version to 3.7.Diego Elio Pettenò2020-03-231-2/+2
| | | | This simplifies compatibility with usbmon-tools for the reversing tools, and will allow converting all the type annotations inline, which is less intrusive.
* Update references to the repository to point to the glucometers-tech org.Diego Elio Pettenò2020-03-161-4/+4
|
* format code with blackBen2020-03-081-0/+150
|
* pre-commit guide in READMEBen2020-03-081-1/+0
|
* Add a link to README.md to try rendering it on GitHub.Diego Elio Pettenò2013-08-031-0/+1