added documentation about TCardEmulator

rebuilt docs with 'pdf2svg' for tizk images
This commit is contained in:
Frank Morgner
2017-01-16 01:29:58 +01:00
parent 7c1f8f2a7e
commit 7e70c87dde
96 changed files with 42654 additions and 13024 deletions

11
TCardEmulator/README.md Normal file
View File

@@ -0,0 +1,11 @@
#Tizen Smart Card Emulator
The Tizen Smart Card Emulator allows the emulation of a contact-less smart
card. The emulator uses Tizen's HCE to fetch APDUs from a contact-less reader.
The headless Tizen service delegates the Command APDUs via Samsung's Accessory
Protocol to the [Android Smart Card
Emulator](http://frankmorgner.github.io/vsmartcard/ACardEmulator/README.html).
The android app processes the commands and sends responses back to the
contact-less reader via the Tizen Smart Card Emulator.
Please refer to [our project's website](http://frankmorgner.github.io/vsmartcard/TCardEmulator/README.html) for more information.