acr122.c [code] | Driver for ACR122 devices (e.g. Tikitag, Touchatag, ACS ACR122) |
acr122.h [code] | |
arygon.c [code] | ARYGON readers driver |
arygon.h [code] | |
buses.h [code] | |
chips.h [code] | NFC chips header |
drivers.h [code] | Supported drivers header |
iso14443-subr.c [code] | |
mifare.c [code] | |
mifare.h [code] | |
mirror-subr.c [code] | |
mirror-subr.h [code] | |
nfc-anticol.c [code] | Generates one ISO14443-A anti-collision process "by-hand" |
nfc-dep-initiator.c [code] | Turns the NFC device into a D.E.P. initiator (see NFCIP-1) |
nfc-dep-target.c [code] | Turns the NFC device into a D.E.P. target (see NFCIP-1) |
nfc-emulate-forum-tag4.c [code] | Emulates a NFC Forum Tag Type 4 with a NDEF message |
nfc-emulate-tag.c [code] | Emulates a simple tag |
nfc-emulate-uid.c [code] | Emulates a tag which which have a "really" custom UID |
nfc-list.c [code] | Lists the first target present of each founded device |
nfc-messages.h [code] | Printing macros |
nfc-mfclassic.c [code] | MIFARE Classic manipulation example |
nfc-mfultralight.c [code] | |
nfc-poll.c [code] | |
nfc-relay-picc.c [code] | Relay example using two PN532 devices |
nfc-relay.c [code] | Relay example using two devices |
nfc-types.h [code] | Define NFC types |
nfc-utils.c [code] | |
nfc-utils.h [code] | Provide some examples shared functions like print, parity calculation, options parsing |
nfc.c [code] | NFC library implementation |
nfc.h [code] | Libnfc interface |
pn531_usb.c [code] | Driver for PN531 chip using USB |
pn531_usb.h [code] | |
pn532_uart.c [code] | PN532 driver using UART bus (UART, RS232, etc.) |
pn532_uart.h [code] | |
pn533_usb.c [code] | Driver for PN533 chip using USB |
pn533_usb.h [code] | |
pn53x-diagnose.c [code] | Small application to diagnose PN53x using dedicated commands |
pn53x-sam.c [code] | Configures the NFC device to communicate with a SAM (Secure Access Module) |
pn53x-tamashell.c [code] | Configures the NFC device to communicate with a SAM (Secure Access Module) |
pn53x.c [code] | |
pn53x.h [code] | PN531, PN532 and PN533 common functions |
pn53x_usb.c [code] | Driver common routines for PN53x chips using USB |
pn53x_usb.h [code] | |
uart.c [code] | UART driver wrapper |
uart.h [code] | UART driver header |
uart_posix.c [code] | POSIX UART driver |
uart_win32.c [code] |