Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a9na/simcardsimulator
📱 A C++ project simulating SIM card operations. Features include storing/retrieving IMSI, network authentication, contact management, and basic OTA communication. Demonstrates user authentication and network interaction. 🔒📞
https://github.com/a9na/simcardsimulator
Last synced: about 2 months ago
JSON representation
📱 A C++ project simulating SIM card operations. Features include storing/retrieving IMSI, network authentication, contact management, and basic OTA communication. Demonstrates user authentication and network interaction. 🔒📞
- Host: GitHub
- URL: https://github.com/a9na/simcardsimulator
- Owner: a9na
- Created: 2024-09-08T19:13:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T09:57:53.000Z (4 months ago)
- Last Synced: 2024-09-18T13:14:08.555Z (4 months ago)
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIMCardSimulator 📱
### Description
SIMCardSimulator is a C++ project that replicates the essential functions of a SIM card. It provides a hands-on experience with key SIM operations, including contact management, IMSI retrieval, and user authentication.### Features:
- **📇 Contact Management:** Store and manage contacts easily
- **🔐 Authentication:** Validate SIM card using IMSI and PIN
- **🌐 Network Simulation:** Simulate communication between the SIM card and mobile networks
- **📡 OTA Communication:** Basic simulation of over-the-air interactionsDive into the workings of SIM cards and see how they interact with mobile networks! 🚀