Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like to use the Python/Ruby libraries for is connecting to the peripherals, receiving the notifications, and parsing the packets.
I've looked into PyBluez, but it does not support BLE. On Linux, there are command-line tools, but I'd prefer a library that I can use programmatically. Thanks for your suggestions.
Regards, Vinh