From 6410ef870bbe318b988fc2c20186fc96afb6e350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 3 Aug 2023 10:03:22 +0100 Subject: Initial import of FreeStyle Libre 2 driver. 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. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e27b730..887fc52 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ extras_require = { "contourusb": ["construct", "hidapi"], "fsinsulinx": ["freestyle-hid>=1.0.2"], "fslibre": ["freestyle-hid>=1.0.2"], + "fslibre2": ["freestyle-hid[encryption]>=1.1.0"], "fsoptium": ["pyserial"], "fsprecisionneo": ["freestyle-hid>=1.0.2"], "glucomenareo": ["pyserial", "crcmod"], -- cgit v1.2.3