Menu

Tree [r10] /
 History

HTTPS access


File Date Author Commit
 m4 2010-10-14 frankmorgner [r1] - initial commit of christian beilke's source code
 src 2010-11-17 frankmorgner [r10] using log functionality of pcscd instead of pri...
 AUTHORS 2010-10-23 frankmorgner [r6] - added copyright notices
 COPYING 2010-10-14 frankmorgner [r1] - initial commit of christian beilke's source code
 ChangeLog 2010-10-23 frankmorgner [r6] - added copyright notices
 Makefile.am 2010-10-14 frankmorgner [r1] - initial commit of christian beilke's source code
 NEWS 2010-10-14 frankmorgner [r1] - initial commit of christian beilke's source code
 README 2010-10-23 frankmorgner [r6] - added copyright notices
 configure.ac 2010-10-15 frankmorgner [r3] added missing file
 librfid_pcsc.patch 2010-10-20 frankmorgner [r5] fixed blocked pcscd

Read Me

Name    : IFD Handler for librfid Devices
Author  : Kristian Beilke, Frank Morgner
License : see file COPYING

This driver uses librfid as to create an completely free and open source driver
for the rc632 based Omnikey 5321 and 6321.

1. get the svn version of librfid from

http://openmrtd.org/projects/librfid/

svn co https://svn.gnumonks.org/trunk/librfid

2. Apply the patch to the librfid sources

patch -p0 < librfid_pcsc.patch

3. build librfid

./autogen.sh
./configure --prefix=/usr --enable-ccid
make
make install (as root)

optionally test, if librfid is working by changing into the utils directory and
executing, when the hardware is connected and a iso14443a card is in the field
./librfid-send_script script
where script is a text file containing apdus

4. build the ifd handler by just runnning
./configure
make
make install (as root)

5. connect the hardware and restart pcscd, there should now be a reader
   available.