PC/SC-Lite Tools

This archive contains several tools that layer over the PC/SC-lite
API to perform various tasks, including formatted loggin, monitoring,
and other services.

These are offered as examples and are explicitly 'use at your own risk'.
No commitment to support these tools is being offered.  Source code
is provided with most of them to clarify what is occuring when
the tool is run, and potentially as starting points for customer's
own projects.

The makefiles and build environment is not provided.
Most of these programs can be built on systems with SUNWpcsc
installed by adding the following flags to the cc or gcc
command:

	-I/usr/include/smartcard
	-lpcsclite

(Be sure that libpcsclite.so exists in /usr/lib, and that it is 
a link to /usr/lib/libpcsclite.so.1


     libpcscshim     - Debug logging interposer

     libregression   - SCardStatus() regression bug-injector

     cardstatus     - Utility to dynamically monitor SCardStatus()

     rdrlist        - Utility to dynamically monitor SCardListReaders()

     startpcsc      - Utility to ensure pcscd instance running w/USB enumerated


NOTE: libpcscshim is provided as a debugging tool and the README explains how 
to enable pcscd debugging in general.  The source code is not provided due 
to the complexity build environment and maintenance issues it entails.
