Difference between revisions of "Libnfc"

From YobiWiki
Jump to navigation Jump to search
m (Created page with "==Just some personal notes...== ===Current resources=== * http://www.libnfc.org ** [http://www.dokuwiki.org/dokuwiki DokuWiki], runs on shared server aside proxmark.org & others…")
 
 
(8 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
** [https://code.google.com/p/nfc-tools/issues/list issue tracker] and [https://groups.google.com/group/nfc-tools-issues its mailing list]
 
** [https://code.google.com/p/nfc-tools/issues/list issue tracker] and [https://groups.google.com/group/nfc-tools-issues its mailing list]
 
** [https://groups.google.com/group/nfc-tools mailing list]
 
** [https://groups.google.com/group/nfc-tools mailing list]
  +
===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:
  +
<br>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

Latest revision as of 00:53, 8 July 2012

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