Files
vsmartcard/pcsc-relay
David Ward bc8b237c5a ccid-emulator: Build libopensc from source code
There is no longer an external (or stable) interface for libopensc.
Linking this program with an existing version of libopensc that is
pre-installed in the system library paths is not practical.

However, a specific snapshot of the OpenSC source code is embedded
here as a Git submodule (and included in the source distributions).
Build libopensc from this and statically link it into this program.
(Options such as '--enable-openpace' that are passed to ./configure
will be forwarded to control the build configuration of libopensc.)

Remove code that existed for compatibility when dynamically linking
with older versions of libopensc.
2020-04-11 10:09:27 -04:00
..
2020-04-11 10:09:27 -04:00
2020-04-11 10:09:27 -04:00
2016-10-10 10:33:05 +02:00
2016-10-10 10:33:05 +02:00
2017-04-19 11:59:42 +02:00

PC/SC Relay

Welcome to PC/SC Relay. The purpose of PC/SC Relay is to relay a smart card using an contact-less interface. Currently the following contact-less emulators are supported:

Command APDUs are received with the contact-less interface and relayed. The Response APDUs are then sent back via RFID. The contact-less data will be relayed to one of the following:

  • to a real smart card inserted into one of the systems' smart card readers. The smart card reader must be accessible with PC/SC. The smart card may be contact-based or contact-less.
  • to a virtual smart card that directly connects to pcsc-relay. The virtual smart card's native interface is used and (despite its name) PC/SC Relay does not need to access PC/SC in this case.