summaryrefslogtreecommitdiffstats
path: root/freestyle_hid/tools/encrypted_setup_extractor.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Use the new usbmon-tools 3 DeviceAddress command line flags.freestyle-hid-1.0.3Diego Elio Pettenò2021-05-161-3/+11
|
* Initial import of freestyle-hid.freestyle-hid-1.0.0Diego Elio Pettenò2020-10-041-0/+162
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.