seemoo-lab / openhaystack

Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.
https://owlink.org
GNU Affero General Public License v3.0
8.36k stars 450 forks source link

Apple API startDate and endDate parameters #137

Open dakhnod opened 2 years ago

dakhnod commented 2 years ago

I am using a custom application through the OHServerApp, and I am able to download location reports just fine.

I tried modifying the OHServerApp code to also send startDate and endDate, but Apple seems to ignore those fields.

Could anyone confirm that Apple just ignores those fields? If so, how did the OH Team discover those attributes at all? Do those fields get ignored if iPhones or other Apple devices send them?

Using those fields would save me tons of traffic...

biemster commented 2 years ago

It seems that leaving those fields out will result in a lot less reports (I only get 40 now, otherwise I would get max 2000). So the fields are not fully ignored, but I did not figure out how to use them either yet.