Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new usbmon-tools 3 DeviceAddress command line flags.freestyle-hid-1.0.3 | Diego Elio Pettenò | 2021-05-16 | 1 | -2/+4 |
| | |||||
* | Fix tests: DeviceAddress objects cannot be joined. | Diego Elio Pettenò | 2021-05-16 | 1 | -1/+4 |
| | |||||
* | Use the new APIs from usbmon-tools to simplify chatter extraction. | Diego Elio Pettenò | 2021-05-16 | 1 | -48/+20 |
| | | | | | The HID support module, together with the search by IDs make it easier to write a reliable extractor. | ||||
* | Initial import of freestyle-hid.freestyle-hid-1.0.0 | Diego Elio Pettenò | 2020-10-04 | 1 | -0/+233 |
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. |