Skip to content

Commit

Permalink
Change hyperlink to swICC PC/SC
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-lisowski committed Jun 24, 2024
1 parent 69500e1 commit 4799875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ swSIM is an all-software SIM card. It's the first publicly available (to the bes
## Scope
- A software-only SIM card simulator.
- It does **NOT** depend on any hardware to work.
- Can connect to the PC via PC/SC using the [swICC PC/SC reader](https://github.com/tomasz-lisowski/swicc__pcsc).
- Can connect to the PC via PC/SC using the [swICC PC/SC reader](https://github.com/tomasz-lisowski/swicc-pcsc).
- The PC/SC interface allows it to connect to **ANY** phone with a SIM card slot. We used the [SIMtrace 2](https://osmocom.org/projects/simtrace2/wiki) device running on the [cardem firmware](https://osmocom.org/projects/simtrace2/wiki#card-emulation) but any other tool which forwards messages to and from the phone would work as well.

## Install
Expand All @@ -18,7 +18,7 @@ swSIM is an all-software SIM card. It's the first publicly available (to the bes
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](https://github.com/tomasz-lisowski/swicc__pcsc).
1. Start a swICC card server, e.g., [swICC PC/SC reader](https://github.com/tomasz-lisowski/swicc-pcsc).
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.
2 changes: 1 addition & 1 deletion lib/swicc
Submodule swicc updated 1 files
+3 −3 README.md

0 comments on commit 4799875

Please sign in to comment.