No description
f559838352
* Old nfc_modulation_t became pn53x_modulation_t (not accessible from API); * Old nfc_target_type_t became pn53x_target_type_t (not accessible from API); * New nfc_modulation_type_t (NMT_ISO14443A, NMT_ISO14443B, NMT_JEWEL, etc.); * New nfc_baud_rate_t (NBR_106, NBR_212, etc.); * New nfc_modulation_t that contains a couple { nfc_modulation_type_t, nfc_baud_rate_t }; * nfc_target_t now have nfc_modulation_t instead of the old strange nfc_target_type_t; * Move some pn53x oriented code from nfc.c to chips/pn53x.c (pn53x_initiator_select_passive_target); * New nfc_dep_mode_t type to handle ACTIVE/PASSIVE mode of DEP; * Split logical part and wrapping part for InAutoPoll; * Add conversion functions: nfc types to pn53x types, and vice versa; * examples/nfc-utils: Add print_nfc_target() and str_nfc_baud_rate() to display nfc_target_t; * Add manual test results. |
||
---|---|---|
cmake_modules | ||
contrib/win32 | ||
debian | ||
examples | ||
include | ||
libnfc | ||
m4 | ||
test | ||
windows | ||
AUTHORS | ||
ChangeLog | ||
CMake-Windows.txt | ||
CMakeLists.txt | ||
config.h.cmake | ||
configure.ac | ||
COPYING | ||
Doxyfile.in | ||
libnfc.pc.in | ||
LICENSE | ||
make_release.sh | ||
Makefile.am | ||
manual-test-results.txt | ||
NEWS | ||
pn53x.conf | ||
pn53x.rules | ||
README |
------------------------------------------------------------------------ Public platform independent Near Field Communication (NFC) library Copyright (C) 2009, Roel Verdult ------------------------------------------------------------------------ Welcome to the developers community of libnfc. Since it is hard to keep all information up to date we decided to only maintain the online documentation. Please visit the official website for more info: http://www.libnfc.org If you have questions, remarks, bug-reports, we encourage you to post this in the developers community: http://www.libnfc.org/community ------------------------------------------------------------------------ Proprietary Notes: FeliCa is s registered trademark of the Sony Corporation. MIFARE is a trademark of NXP Semiconductors. Jewel Topaz is a trademark of Innovision Research & Technology. All other trademarks are the property of their respective owners.