frawau / aioblescan

Python only library to scan and decode advertised BLE info. Uses asyncio. Can decode Ruuvi Tag. Can broadcast EddyStone packets.
MIT License
125 stars 62 forks source link

Apple Air Tag detection? #47

Closed createcandle closed 1 year ago

createcandle commented 2 years ago

Can this library be used to detect Apple Air Tags?

frawau commented 2 years ago

I think it can, but you would need a plug-in to decode things

Ernst79 commented 2 years ago

This is how we parse it in BLE monitor (assuming that it uses iBeacon format)

https://github.com/Ernst79/bleparser/blob/master/package/bleparser/ibeacon.py

Magalex2x14 commented 2 years ago

Apple AirTags is not iBeacons, unfortunately - https://www.beaconzone.co.uk/blog/are-apple-airtags-ibeacons/