-
```
Hi,
Here's a patch to add cmake config files, this way you can detect libnfc from
another cmake project by just writing:
find_package(LibNFC NO_MODULE REQUIRED)
include(${LIBNFC_USE_FILE})
add_…
-
```
Hi,
Here's a patch to add cmake config files, this way you can detect libnfc from
another cmake project by just writing:
find_package(LibNFC NO_MODULE REQUIRED)
include(${LIBNFC_USE_FILE})
add_…
-
```
Hi,
Here's a patch to add cmake config files, this way you can detect libnfc from
another cmake project by just writing:
find_package(LibNFC NO_MODULE REQUIRED)
include(${LIBNFC_USE_FILE})
add_…
-
Hello there.
How can I get rid of the following error?
```
─$ miLazyCracker
Found Mifare Classic Mini tag
ISO/IEC 14443A (106 kbps) target:
ATQA (SENS_RES): 00 04
* UID size: single…
-
Hi,
There was a ticket regarding this in 2016 but it has been closed without resolve.
So i hope its okey to open a new one. {old case:https://github.com/nfc-tools/libnfc/issues/369}
Card reader…
-
Is this project dead or alive?
-
```
I have and ACR38U-I1 reader
(http://www.acs.com.hk/en/products/4/acr38-smart-card-reader/) which of course
has nothing to do with NFC. The problem is that libnfc is trying to interact
with it:
…
-
```
I have and ACR38U-I1 reader
(http://www.acs.com.hk/en/products/4/acr38-smart-card-reader/) which of course
has nothing to do with NFC. The problem is that libnfc is trying to interact
with it:
…
-
I try to run nfc_snep_server but I keep getting stuck on "Cannot activate MAC link".
Even if I don't think it is related to libllcp, I think you can help me on PN532 behaviour.
Here is the log, I wi…
biboc updated
7 years ago
-
https://github.com/nfc-tools/libnfc/blob/7ebf9b92d687a53ec156e809517beb97bd5bf59d/libnfc/drivers/pcsc.c#L604
Using Raspberry Pi
Gives this error. Libnfc is installed and nfc-poll and nfc-list comm…