IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.61k stars 490 forks source link

multiple devices with notifications #206

Open thijsruiter opened 7 years ago

thijsruiter commented 7 years ago

Hi,

I want to use multiple slaves with bluepy. They will all send notifications and i want to receive them by the raspberry. Multiple connection is no problem, receiving notifications from 1 device also not with waitfornotification(). But how can i receive the notifications from multiple devices?

pmancele commented 7 years ago

Threads ;)

jardous commented 6 years ago

use different Delegate instance for every Peripheral