Home

Awesome

swSIM

Project needs to be cloned recursively. Downloading the ZIP is not enough.

swSIM is an all-software SIM card. It's the first publicly available (to the best of my knowledge) SIM card simulator which does not rely on any SIM hardware to work.

Scope

Install

  1. sudo apt-get install make gcc
  2. git clone --recurse-submodules git@github.com:tomasz-lisowski/swsim.git
  3. cd swsim
  4. make main-dbg (for more info on building, take a look at ./doc/install.md).

Usage

  1. Start a swICC card server, e.g., swICC PC/SC reader.
  2. ./build/swsim.elf --ip 127.0.0.1 --port 37324 --fs filesystem.swiccfs --fs-gen ./data/usim.json
  3. pcsc_scan (part of the pcsc-tools package) will show some details of the card.
  4. You can interact with the card as you would with a real card attached to a hardware card reader.