pygattlib
pygattlib copied to clipboard
Hello, in my point of view there is one space character too much after .so '" r"ldconfig -p | grep -E 'libboost_python.*\.so '", shell=True) For this reason it fails to...
Hello! I used the library using synchronous approach: ``` req = GATTRequester(self.mac_address, False) req.connect(True, channel_type="random") # Perform discover_descriptors, some reads and write req.disconnect() # After that CPU load raises to...
Hi, I ran into issue https://github.com/oscaracena/pygattlib/issues/12 which is already fixed in the master branch. Thanks a bunch for that! Would you consider releasing a new version including https://github.com/oscaracena/pygattlib/commit/018d852f860c415bf68897820570432ba9b0ba04? It'd be...
Hi, I work with two devices which communicate via BLE. Currently, it is possible to send data from the device X to the device Y by enabling indications and confirming...
Hi is it possible to read iOS system BLE notification with this library? Thanks
It looks like notifications received through `on_notification` have three extra bytes prefixed compared to when using gattool, `b'\x1b\x0e\x00'`. I think this is the 3-byte header containing the opcode and originating...
I have been trying the read_callback.py and read_notification.py I cannot see how to get the notifications working on a specific UUID - do I need to manually write gatt data...
I'd like to use gattlib_get_rssi_from_mac and gattlib_get_rssi but they aren't bound here.