https://github.com/stargate01/libnfc-nci-test
Test application to interface libnfc-nci
https://github.com/stargate01/libnfc-nci-test
Last synced: over 1 year ago
JSON representation
Test application to interface libnfc-nci
- Host: GitHub
- URL: https://github.com/stargate01/libnfc-nci-test
- Owner: StarGate01
- License: mit
- Created: 2024-07-09T04:28:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T19:53:12.000Z (about 2 years ago)
- Last Synced: 2025-04-05T21:34:09.253Z (over 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libnfc-nci-test
Test application to interface libnfc-nci
## Requirements
Get and install the (forked) libnfc-nci library from https://github.com/StarGate01/linux_libnfc-nci/ , which works with the kernel driver from https://github.com/jr64/nxp-pn5xx .
Other requirements are `gcc`, `cmake`, `pkg-config`, and `make` .
## Building
```
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
```
## Running
Make sure the libnfc-nci library is properly configured for your chip. Then, execute the test via `./build/src/nci-test` .