AdamLaurie / RFIDIOt

python RFID / NFC library & tools
http://www.rfidiot.org/
1.04k stars 224 forks source link

Make it look in different places for the nfc library #2

Closed muelli closed 11 years ago

muelli commented 12 years ago

I actually wanted to make it work with my local copy of libnfc, but RFIDIOt is apparently incompatible with the new API, as it complains about a missing symbol in the libnfc.so.3: nfc_connect. And indeed, it's not there:

$ readelf -s /usr/lib/libnfc.so.3 | grep connect | wc -l 0

AdamLaurie commented 11 years ago

Thanks for the feedback, but hopefully, we are now on the way to actually being compatible!