summaryrefslogtreecommitdiffstats
path: root/freestyle_hid/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* console: allow sending a single command to the device.HEADfreestyle-hid-1.1.1mainDiego Elio Pettenò2023-08-031-0/+14
| | | | | | This avoids having to open the session and makes scripting a lot easier particularly when changing the settings of the device and needing a restart to continue.
* Use empty `__init__.py` files.Diego Elio Pettenò2023-08-031-3/+0
| | | | This avoids adding SPDX tagging on empty files.
* Update typing to PEP 585 style.Diego Elio Pettenò2023-08-031-1/+2
| | | | | This replaces the usage of generics from `typing` with built-in or from `collections.abc` since Python 3.9 is the minimum supported version.
* Don't depend on product ID to enable encrypted protocol.Diego Elio Pettenò2023-08-031-1/+15
| | | | | | | | This is a little less automatic in the way it works, but it allows the caller to decide whether to enable the encrypted protocol for the session or not. It also raises earlier in case the encryption keys are not found.
* Use the new usbmon-tools 3 DeviceAddress command line flags.freestyle-hid-1.0.3Diego Elio Pettenò2021-05-162-5/+15
|
* Fix tests: DeviceAddress objects cannot be joined.Diego Elio Pettenò2021-05-161-1/+4
|
* Use the new APIs from usbmon-tools to simplify chatter extraction.Diego Elio Pettenò2021-05-161-48/+20
| | | | | The HID support module, together with the search by IDs make it easier to write a reliable extractor.
* Allow selecting which encoding to use for decoding text commands.Diego Elio Pettenò2021-03-031-1/+9
| | | | | | | | The FreeStyle Libre at least allows patient names and other strings to be set in UTF-8 so there is no reason to force ascii everywhere. Instead, allow the session to define an encoding for ease of integration with downstream tools.
* Initial import of freestyle-hid.freestyle-hid-1.0.0Diego Elio Pettenò2020-10-045-0/+480
This library is a factor-out of https://github.com/glucometers-tech/glucometerutils to only include the FreeStyle implementation, to make it easier to use outside of glucometerutils, and in particular to make it easier to build better reverse engineering tooling around it. Note that since the code was a mix of MIT and Apache-2.0 license, the overall license of the library is written down as Apache-2.0, as that would be a super-set of the requirements from MIT.