dchristl / macless-haystack

Create your own AirTag with OpenHaystack, but without the need to own an Apple device
GNU General Public License v3.0
356 stars 58 forks source link

The issue with the total number of tags #95

Open haohuoq opened 4 months ago

haohuoq commented 4 months ago

Is the public-private key generated by the generate.keys Python script bound to the AppleID registered by Docker in theory? In other words, is there a correlation between the generated public and private key pairs and the Docker's AppleID? I don't think this public-private key pair has anything to do with the AppleID, which is just a request for the identity of the Apple server. According to the information, an AppleID can be bound to a maximum of 16 AirTags. Is there no limit to the number of Tags I can create? Can I create more than 16 AirTags?

haohuoq commented 4 months ago

The cfg file of openocd needs to be changed from nrf51 to 52, and the compilation command also needs to be modified I am using nrf51 mass_erase instead of nrf52 mass_erase because nrf52 mass_erase reported an error. My command is as follows 1716361977586

”openocd -f openocd.cfg -c "init; halt; nrf51 mass_erase; program nrf52_firmware.bin; reset; exit" Then I successfully burned the nrf52 platform and viewed the location information

dchristl commented 4 months ago

Hello,

no it's not bound to any account and there is no correlation between the container and the tag. The container just downloads the encrypted locations. In theory you can download encrypted reports of any device. For the decryption you need the private key. Therefore you have no such limitation with macless-haystack.

Sorry, about the issue with the nrf52, I sadly don't have the time to support this device anymore. Maybe @jrperson can help you out.