Page 1 of 1

vsmartcard

Posted: Sat Apr 24, 2021 9:38 am
by kuafu
http://frankmorgner.github.io/vsmartcard/index.html#
Welcome to the Virtual Smart Card Architecture. Virtual Smart Card Architecture is an umbrella project for various projects concerned with the emulation of different types of smart card readers or smart cards themselves.

\input{$wd/bilder/tikzstyles.tex}
\tikzstyle{bla}=[box, klein, rounded rectangle, inner sep=.3cm]
\node (a) {};

\node[bla, above left=.5cm of a]
(usb) {USB Terminal};

\node[bla, below left=.5cm of a]
(nfc) {NFC Terminal};

\node[bla, rounded rectangle left arc=concave, above right=.5cm of a]
(sc) {Real Smart Card};

\node[bla, rounded rectangle left arc=concave, below right=.5cm of a]
(vsc) {Virtual Smart Card};

\begin{pgfonlayer}{background}
\path[line width=.8cm,color=hublue!20]
(a.mid) edge [out=180, in=0] (usb.center)
edge [out=180, in=0] (nfc.center)
edge [out=0, in=180] (sc.center)
edge [out=0, in=180] (vsc.center)
;
\end{pgfonlayer}

The Virtual Smart Card Architecture connects different aspects of smart card handling

Currently the following projects are part of Virtual Smart Card Architecture:

Virtual Smart Card
Remote Smart Card Reader
Android Smart Card Emulator
Tizen Smart Card Emulator
PC/SC Relay
USB CCID Emulator
Looking for a feature the included programs do not offer? Want to extend the functionality of some library? Apart from requesting a new feature, you can have a look at these programming guides and try yourself:

Creating a Virtual Smart Card
Travis CI Build Status Image AppVeyor CI Build Status Image Coverity Scan Status
Download
You can download the latest release of the Virtual Smart Card Architecture here. Older releases are still available at the old project location.

Alternatively, you can clone our git repository:

git clone https://github.com/frankmorgner/vsmartcard.git