Applied cryptography project. Unimore computer science master degree. Apple find my devices implementation in python
Python
4
66 commits
updated Sep 12, 2023
Pyfind is a project based on:
The aim is to recreate in Python the "Find My Device Feature" that was first presented during the WWDC 2019. Most of the project is based on the first documented that I have linked. Since a real Apple's documentation is still missing, this is the closest thing we have.
To test the project you can git clone the repo, positioning inside /src folder and type the following commands:
pip install requirements.txt
python3 FindMyDevice.py
This simulates the eventually of losing your own iPhone, but there's also another simulation in which you are searching an airtag: FindMyDevice_Airtag.py
66 commits
Python
100.0%
Applied cryptography project. Unimore computer science master degree. Apple find my devices implementation in python
Python
4
66 commits
updated Sep 12, 2023
Pyfind is a project based on:
The aim is to recreate in Python the "Find My Device Feature" that was first presented during the WWDC 2019. Most of the project is based on the first documented that I have linked. Since a real Apple's documentation is still missing, this is the closest thing we have.
To test the project you can git clone the repo, positioning inside /src folder and type the following commands:
pip install requirements.txt
python3 FindMyDevice.py
This simulates the eventually of losing your own iPhone, but there's also another simulation in which you are searching an airtag: FindMyDevice_Airtag.py
66 commits
Python
100.0%