I want to have a system, when i plug iPhone to mac or PC computer to read IMEI number,
it will be up to 100 devices and then save IMEI into database.
1. Use Apple Mobile Device Library (libimobiledevice)
2. Write a Script to Automate the Process
For handling up to 100 devices, you can run the script in a loop or use a monitoring service that checks for connected devices continuously.
Ensure script can handle multiple connections by either running in parallel (using threading or multiprocessing in Python or C#) or sequentially but quickly.
3. User Interface
Create a simple user interface where users can see the list of connected devices and their IMEIs.
I want this as visual studio project.