allow multiple cards to connect to vpcd
due to limitations of pcscd this is currently limited to 10 cards. Note that there is a double free corruption in pcscd when unloading the driver.
This commit is contained in:
@@ -37,9 +37,10 @@ Currently the Virtual Smart Card supports the following types of smart cards:
|
||||
|
||||
The |vpcd| is a smart card driver for PCSC-Lite_. It allows
|
||||
smart card applications to access the |vpicc| through the PC/SC API. By
|
||||
default |vpicc| communicates with |vpcd| through a socket on localhost port
|
||||
35963. But the |vpicc| does not need to run on the same machine as the |vpcd|,
|
||||
they can connect over the internet for example.
|
||||
default |vpcd| opens slots for communication with multiple |vpicc|'s on
|
||||
localhost from port 35963 to port 35972. But the |vpicc| does not need to run
|
||||
on the same machine as the |vpcd|, they can connect over the internet for
|
||||
example.
|
||||
|
||||
Although the Virtual Smart Card is a software emulator, you can use
|
||||
:ref:`pcsc-relay` to make it accessible to an external contact-less smart card
|
||||
|
||||
@@ -37,9 +37,10 @@ Currently the @PACKAGE_NAME@ supports the following types of smart cards:
|
||||
|
||||
The |vpcd| is a smart card driver for PCSC-Lite_. It allows
|
||||
smart card applications to access the |vpicc| through the PC/SC API. By
|
||||
default |vpicc| communicates with |vpcd| through a socket on localhost port
|
||||
35963. But the |vpicc| does not need to run on the same machine as the |vpcd|,
|
||||
they can connect over the internet for example.
|
||||
default |vpcd| opens slots for communication with multiple |vpicc|'s on
|
||||
localhost from port 35963 to port 35972. But the |vpicc| does not need to run
|
||||
on the same machine as the |vpcd|, they can connect over the internet for
|
||||
example.
|
||||
|
||||
Although the @PACKAGE_NAME@ is a software emulator, you can use
|
||||
:ref:`pcsc-relay` to make it accessible to an external contact-less smart card
|
||||
|
||||
Reference in New Issue
Block a user