Ernst79 / bleparser

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

Added example using bluepy library #46

Open rpeyron opened 2 months ago

rpeyron commented 2 months 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.