Osmocom Remote SIM Software Suite
https://osmocom.org/projects/osmo-remsim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
419 B
15 lines
419 B
digraph { |
|
rankdir=LR; |
|
SIM [shape=rect]; |
|
Reader [shape=rect]; |
|
Computer [shape=rect]; |
|
ComputerB [shape=rect]; |
|
SIMtrace [shape=rect]; |
|
Phone [shape=rect]; |
|
|
|
SIM -> Reader [label="ISO-7816-2/3",dir=both]; |
|
Reader -> Computer [label="USB CCID",dir=both]; |
|
Computer -> ComputerB [label="IP based transport",dir=both]; |
|
ComputerB -> SIMtrace [label="USB",dir=both]; |
|
SIMtrace -> Phone [label="ISO-7816-2/3",dir=both]; |
|
}
|
|
|