nfc-relay-picc
Near Field Communication (NFC) binaries
Install
- All systems
-
curl cmd.cat/nfc-relay-picc.sh
- Debian
-
apt-get install libnfc-bin
- Ubuntu
-
apt-get install libnfc-bin
- Arch Linux
-
pacman -S libnfc
- Kali Linux
-
apt-get install libnfc-bin
- Fedora
-
dnf install libnfc-examples
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnfc-bin
- OS X
-
brew install libnfc
- Raspbian
-
apt-get install libnfc-bin
- Dockerfile
- dockerfile.run/nfc-relay-picc
libnfc-bin
Near Field Communication (NFC) binaries
libnfc is a library for Near Field Communication. It abstracts the low-level details of communicating with the devices away behind an easy-to-use high-level API. It supports most hardware based on the NXP PN531, PN532 or PN533 controller chips. This package contains some utils that come along with libnfc, for development or debugging purposes (including nfc-list, nfc-mfclassic, nfc-mfultralight, etc).
libnfc-examples
Near Field Communication (NFC) examples
libnfc is a library for Near Field Communication. It abstracts the low-level details of communicating with the devices away behind an easy-to-use high-level API. It supports most hardware based on the NXP PN531, PN532 or PN533 controller chips. Some examples are provided with libnfc for debugging and/or educational purposes (nfc-anticol, nfc-emulate, etc.).
libnfc
libnfc is the first free NFC SDK and Programmers API released
under the GNU Lesser General Public License. It provides complete transparency and royalty-free use for everyone.