baBLE is a bridge between native Bluetooth API and a cross-platform interface, to help you programming Bluetooth Low Energy with your favorite language.
Stars
13
Forks
0
Watchers
13
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
feat(python): add pytest plugin to a mocked BaBLEInterface for tests
50efc9aView on GitHubfeat(python): add methods to Characteristic and Service to test equality + use them as dict key
ab6c26dView on GitHubfeat(python): add possibility to restrict handlers to a controller id
2952f8aView on GitHubfix(python): handle error if message is str in bable_exception
60ca9d5View on GitHubfeat(python): export Controller and Device + add possibility to create them manually
9ddc0c6View on GitHubfeat(global): add possibility to set connection interval on connect
95da8a3View on GitHubfix(cpp): fix bug WriteWithoutResponsePeripheral sending back WritePeripheral response
e3b8dd0View on GitHubfix(cpp): fix bug on ReadByTypeRequest characteristics configurations
92b50b7View on GitHubfeat(global): add possibility to run bable bridge only on 1 controller (to prevent conflicts)
56bddd5View on GitHubfix(cpp): add TXPowerLevel in parse EIR (ignored) to prevent multiple useless logs
ba142aeView on GitHubfeat(python): set default timeout to None (no timeout)
5612f6fView on GitHub