openhaystack-python
openhaystack-python copied to clipboard
Python library to decrypt Airtag reports
Your code in the `__decode_tag` function does not properly unpack the coordinate data. Your code is not properly handling the sign of, e.g. longitude, so I was getting longitudes >180...
clean code, add status and horizontal_acc, move confidance to real confidance, fix for 89 byte message I have kept `get_advertisement_key` functionality as is but in my opinion this should be...
I am getting this error: `Unsupported elliptic curve point type` My eph_key does not start with "0x02, 0x03, 0x04" it starts with: "b'\x01". Any idea what is causing this? I...