Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewKuKanich authored Mar 20, 2024
1 parent f3b3d7b commit 19b7cdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AirTagGeneration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ He wrote these instructions and provided an in-depth tutorial on how to use it.
Use the `generate_keys.py` script to generate the required keys. The script will generate a `.keys`
or multiple files for each device you want to use. Each `.keys` file will contain the private key, the public key
(also called advertisement key) and the hashed advertisement key. As the name suggests, the private key is a secret
and should not be shared. The public key (advertisement key) is used for broadcasting the BLE message, the hashed advertisement key is for requesting location
reports from Apple.
and should not be shared. The public key (advertisement key) is used for broadcasting the BLE message, the hashed advertisement key is for requesting location reports from Apple. The name of the `.keys` file is the MAC address for that generated tag.

### request_reports.py
Use the `request_reports.py` script to request location reports from Apple. The script will read the `.keys` files and
Expand Down

0 comments on commit 19b7cdc

Please sign in to comment.