Libnfc

From YobiWiki
Jump to navigation Jump to search

Just some personal notes...

Current resources

Things to consider

  • Global open wiki, would become the main resource for infos
    • Interesting info shared through forum or mailing-list should land there too
  • Move each individual project to Git (github or gitorious? they probably make external contributions by fork easier than Google code, but pay attention to existing issue trackers)
  • Keep only one single mailing-list? or rename nfc-tools mailing list into libnfc(-users) and keep libnfc-devel separate?
  • Forum: do something about SPAM

ifdnfc TODO

  • http://pcsclite.alioth.debian.org/api/ifdhandler_8h.html
  • contactless (type4B & memory cards) to ATR, cf PCSC part 3
  • PCSC part 3 sup 2
  • Implement manually card presence detection, mimicking pn533 diagnose(6) + robust for MFC mini
  • src/Makefile.am for installation...
  • AUTHORS / ChangeLog / README
  • permissions pcscd <> pn53x_usb on /dev/bus/sub/...

Installation of ifdnfc for USB drivers:
not yet in make install

cd /usr/lib/pcsc/drivers
mkdir -p libnfc.bundle/Contents/Linux
rm /usr/lib/pcsc/drivers/serial/libifdnfc.so.0.1.4
cp src/.libs/libifdnfc.so.0.0.0 /usr/lib/pcsc/drivers/libnfc.bundle/Contents/Linux/libifdnfc.so.0.1.4
cp Info.plist /usr/lib/pcsc/drivers/libnfc.bundle/Contents

In /etc/reader.conf.d/libnfc, change LIBPATH to

LIBPATH      /usr/lib/pcsc/drivers/libnfc.bundle/Contents/Linux/libifdnfc.so.0.1.4