
Libraries & Tools
Get flash to fully experience Pearltrees
PLEASE READ: don't email me to report bugs, unless you are sure it's a packaging bug.
Updated and Optimized Graphics Drivers : Fabio Pedretti
CCID free software driver
This package provides the source code for a generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices). See the USB CCID and ICCD specifications from the USB working group . Source download The latest version is available at ccid . The latest README is at README . You can also access the Subversion developement version .I had OmniKey CardMan 5321 reader sitting on my desk for quite some time. First time I tried it, I had problem with propitiatory binary driver which expected pcscd to be compiled without hal support to make it work. Fortunately, we now have pcsc-omnikey package in Debian which should make usage of this reader much easier. But, I really wanted more low-level implementation, allowing me to muck with cards without need to pass through whole smart card stack (since I'm really only interested in RFID part of this reader). So, I did some searching and found out that librfid - A Free Software RFID stack implements support for this reader, so here is a quick overview of how to get started:
OmniKey CardMan 5321 supported by librfid (Dobrica Pavlinušić's Weblog / Blog)
Passive RFID Project - OpenPCD
From OpenPCD Bootable RFID & NFC Live Hacking system with libnfc and OpenPCD 2 RFID Reader/Writer/Emulator support New OpenPCD 2 design - a 13.56MHz RFID Reader & Writer with NFC protocol and Tag Emulation support Sniffing ISO15693 RFID iCLASS SE transactions on a 13.56MHz carrier using a PicoScope 3204A and an OpenPICC SnifferOnly frontend.SCardSCR : PHP smartcard scripting tool
The problem pcsc-lite is composed of two parts: a daemon pcscd The daemon job is to access/send commands to the readers, through reader drivers. a library libpcsclite.so.1 The library provides the PC/SC API to the application to talk to the pcscd daemon using an internal protocol. Traditionally the daemon is started when the system starts and is running until the system is shut down. Using the dependencies relation of packages in modern distributions you may install a package that, in some cases, uses PC/SC and then is linked with libpcsclite and then pcscd is also installed and running all the time for nothing. The solution The idea is to start pcscd only when needed.

