bleep
bleep copied to clipboard
Python BLE Library for Linux and OS X
See notes for possible ways of doing this: e.g. PyObjC or perhaps the way that noble does it. This may also require some refactoring, so that we can have different...
When running tree.py on Mac OSX: [examples] ((afcd203...)) > python tree.py 732b3078-7c65-4cf3-890d-2390a4ca0221 ����_�4� ����_�4� ����_�4� Attempting to connect to 732b3078-7c65-4cf3-890d-2390a4ca0221 No scheduled event for kCBMsgId53 n@�����$�ʞ��_�4� Traceback (most recent call...
I was trying to use your library, but I am running to a problem where I am getting the following: `Traceback (most recent call last): File "", line 1, in...
I'm having issue running command command ``` python tree.py 88:0F:10:92:A0:39 Attempting to connect to 88:0F:10:92:A0:39 Traceback (most recent call last): File "tree.py", line 36, in device.connect() File "/usr/local/lib/python2.7/dist-packages/bleep/device.py", line 154,...
I am on Sierra 10.12.3 1) Appearently Boost has to be installed manually (which I did) 2) There is a dependency on "pyxpcconnection" which is not resolved automatically. The installer...
These changes probably break support for Linux, so more changes are needed to merge this back into master. These changes will require modifications to pygattlib in order to successfully merge...
Since BLE makes sense to be used asynchronously, this would make a lot of sense
Looks like this is the way forward when it comes to async in Python, plus it might make everything easier. Unfortunately, this would (probably?) require dropping support for Python <...
Write some unit tests :)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...