Commit Graph

27 Commits

Author SHA1 Message Date
Mike A.
4e4527d6b1 Make print_scanning_results private 2025-11-27 17:38:23 +01:00
Mike A.
90986ef732 Allow printing to any SupportsWrite for ofdevice 2025-11-27 17:33:57 +01:00
Andrew Gaylord
3dc5fb579f Allow user to specify printing to file 2025-11-26 18:22:28 -05:00
Andrew Gaylord
688369b8b4 Extract rssi/device type, fix crash, and move device printing 2025-11-21 11:52:53 -05:00
Mike A.
066fd0a714 fix: resolve typing issues in scanner 2025-09-06 21:56:19 +02:00
Mike A.
def535f819 docs: somewhat fix references in source code 2025-08-04 16:16:30 +02:00
Mike A.
5d2fd04515 fix: make scanner work with Python 3.13 2025-07-18 16:11:20 +02:00
Nick Crews
6de83e81ac chore: use loggers, not top-level logging
Aslo fix up a few other ruff lint errors.
2025-05-25 18:14:56 -06:00
Mike A.
ed4ff77003 chore: make ruff / pre-commit happy 2025-02-27 22:34:30 +01:00
pre-commit-ci-lite[bot]
f40bd49ab7 [pre-commit.ci lite] apply automatic fixes 2025-02-27 21:06:51 +00:00
pre-commit-ci-lite[bot]
010ff02ebf [pre-commit.ci lite] apply automatic fixes 2025-01-10 07:38:46 +00:00
Cambridge Yang
cc758bfdbe add time margin when matching against nearby device 2025-01-10 07:36:40 +00:00
Mike Almeloo
b17175567c Merge pull request #91 from malmeloo/fix/nearby-device-discovery
Add key generation margin when comparing against detected device
2024-12-23 16:36:31 +01:00
Cambridge Yang
f8694bae03 reset device_fut when timeout is reached 2024-12-06 10:35:28 -05:00
Mike A.
bf49c69c39 Add key generation margin when comparing against detected device 2024-12-05 22:54:40 +01:00
Mike A.
1c185195b0 chore: Reformat files 2024-09-03 17:46:12 +02:00
Mike A.
47ee3c6201 scanner: support checking for device - key correspondence 2024-07-16 22:29:23 +02:00
Mike A.
a5f1ccdd68 scanner: abstract status byte into OfflineFindingDevice 2024-07-15 17:20:23 +02:00
Mike A.
c12fffe98e scanner: fix pyright failing 2024-07-15 17:03:05 +02:00
Mike A.
88bd5194bb scanner: detect OF devices in Nearby state 2024-07-15 16:53:44 +02:00
Mike A
05ef09798a scanner: Fix Windows compatibility 2024-04-23 20:09:44 +02:00
Mike A
94d9add122 fix(ci): Make pre-commit happy 2024-03-06 00:01:45 +01:00
Jan Hajek
8725c20ed0 Use Bluetooth MAC address instead of UUID on MacOS 2024-02-26 08:55:19 +01:00
Mike A
8f2572af44 Enforce @override decorators 2024-02-10 20:10:03 +01:00
Mike A
7d09296565 Add Pyright as static type checker 2024-02-10 17:25:54 +01:00
Mike A
8d572b71d7 List extra data in scanner results 2024-01-05 21:55:21 +01:00
Mike A
15e0b910b3 Add BLE device scanning functionality 2024-01-04 17:18:22 +01:00