Difference between revisions of "Libnfc"
Jump to navigation
Jump to search
m (→ifdnfc TODO) |
m (→ifdnfc TODO) |
||
Line 29: | Line 29: | ||
* src/Makefile.am for installation... |
* src/Makefile.am for installation... |
||
* AUTHORS / ChangeLog / README |
* AUTHORS / ChangeLog / README |
||
+ | * permissions pcscd <> pn53x_usb on /dev/bus/sub/... |
||
Installation of ifdnfc for USB drivers: |
Installation of ifdnfc for USB drivers: |
Revision as of 22:08, 6 June 2012
Just some personal notes...
Current resources
- http://www.libnfc.org
- DokuWiki, runs on shared server aside proxmark.org & others
- edition restricted to a couple of people
- http://www.libnfc.org/community/
- Forum in PunBB
- Global RSS: http://www.libnfc.org/community/posts_feed/rss/
- https://code.google.com/p/libnfc/
- https://code.google.com/p/nfc-tools
- multi-project (libfreefare, libnfc-llcp,...)
- SVN
- issue tracker and its mailing list
- 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
- 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