diff --git a/doc/_static/nfc-emulator-arch.jpeg b/doc/_static/nfc-emulator-arch.jpeg new file mode 100644 index 0000000..4d88f84 Binary files /dev/null and b/doc/_static/nfc-emulator-arch.jpeg differ diff --git a/doc/_static/nfc-emulator.jpeg b/doc/_static/nfc-emulator.jpeg new file mode 100644 index 0000000..6db01f4 Binary files /dev/null and b/doc/_static/nfc-emulator.jpeg differ diff --git a/doc/_static/usb-emulator-arch.jpeg b/doc/_static/usb-emulator-arch.jpeg new file mode 100644 index 0000000..b264b30 Binary files /dev/null and b/doc/_static/usb-emulator-arch.jpeg differ diff --git a/doc/_static/usb-emulator.jpeg b/doc/_static/usb-emulator.jpeg new file mode 100644 index 0000000..9c3110c Binary files /dev/null and b/doc/_static/usb-emulator.jpeg differ diff --git a/doc/_static/vsmartcard.jpeg b/doc/_static/vsmartcard.jpeg new file mode 100644 index 0000000..fff2e08 Binary files /dev/null and b/doc/_static/vsmartcard.jpeg differ diff --git a/doc/index.rst b/doc/index.rst index 6944dd6..f2492a3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -3,7 +3,14 @@ Welcome to the |vsmartcard| documentation! ========================================================== -Welcome to the |vsmartcard|. |vsmartcard| is an umbrella project for various projects concerned with the emulation of different types of smart card readers or smart cards themselves. +Welcome to the |vsmartcard|. |vsmartcard| is an umbrella project for various +projects concerned with the emulation of different types of smart card readers +or smart cards themselves. + +.. image:: _static/vsmartcard.jpeg + :alt: |vsmartcard| connects different aspects of smart card handling + :scale: 50% + :align: center Currently the following projects are part of |vsmartcard|: @@ -20,11 +27,38 @@ functionality of some library? Apart from requesting a new feature, you can have a look at these programming guides and try yourself: .. toctree:: - :titlesonly: + :maxdepth: 1 virtualsmartcard/api npa/api + +Example Use Cases +----------------- + +Mobile Phone with Virtual Smartcard connected via NFC +***************************************************** + +.. image:: _static/nfc-emulator.jpeg + :alt: Overview + :width: 320px + +.. image:: _static/nfc-emulator-arch.jpeg + :alt: Architecture + :width: 320px + +Mobile Phone with Virtual Smartcard connected via USB +***************************************************** + +.. image:: _static/usb-emulator.jpeg + :alt: Overview + :width: 320px + +.. image:: _static/usb-emulator-arch.jpeg + :alt: Architecture + :width: 320px + + Download ========