Converted most of the documentation to reStructuredText in order to be able to sphinx for documentation

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@545 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2011-10-12 14:02:39 +00:00
parent daf8dded63
commit 66d18dddf3
5 changed files with 44 additions and 22 deletions

View File

@@ -1,9 +1,11 @@
Title : virtualsmartcard
Authors : Frank Morgner <morgner@informatik.hu-berlin.de>
Dominik Oepen <oepen@informatik.hu-berlin.de>
Version : 0.3 2010-13-08
License : See file COPYING
Tested Platforms : Linux 2.6 (Debian, Ubuntu, Om 2008)
******************************
Virtual Smartcard Architecture
******************************
.. Authors : Frank Morgner <morgner@informatik.hu-berlin.de>
.. Dominik Oepen <oepen@informatik.hu-berlin.de>
.. License : See file COPYING
.. Tested Platforms : Linux 2.6 (Debian, Ubuntu, Om 2008)
Welcome to virtualsmartcard. The purpose of virtualsmartcard is to emulate a
smart card and make it accessible through PCSC. Currently the virtual smart
@@ -18,29 +20,29 @@ reader through a socket on localhost port 35963. The file utils.py was taken
from Henryk Plötz's cyberflex-shell.
INSTALLATION
Installation
------------
See file INSTALL.
RUNNING virtualsmartcard
Running virtualsmartcard
------------------------
First you need to make sure that pcscd loads the virtual smart card driver. You
might run `update-reader.conf` to update pcscd's configuration file. Then
`pcscd -f -d` should say something like
might run ``update-reader.conf`` to update pcscd's configuration file. Then
``pcscd -f -d`` should say something like
readerfactory.c:1024:RFInitializeReader() Attempting startup of Virtual PCD 00 00 using /usr/lib/pcsc/drivers/serial/libvpcd.so
Now you can run `virtualsmartcard` which connects to the virtual reader. The
command `virtualsmartcard --help` gives an overview about the command line
Now you can run ``vicc`` which connects to the virtual reader. The
command ``vicc --help`` gives an overview about the command line
options.
You should now be able to access the virtual smart card through the system's
PC/SC API. You can use the opensc-explorer or pcsc_scan to test that.
QUESTIONS
Question
---------
For questions, please use http://sourceforge.net/projects/vsmartcard/support