Ernst79 / bleparser

Parser for passive BLE advertisements
MIT License
29 stars 15 forks source link

Added example using bluepy library #46

Open rpeyron opened 4 weeks ago

rpeyron commented 4 weeks ago

Hello, for some random reason, I had to use bluepy instead of aioblescan. A bluepy does not give access to raw HCI advertisement data, it is not easy to use bleparser. I suggest adding an example using bluepy.