mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 16:36:25 +02:00
README
This commit is contained in:
parent
b57259b51d
commit
a3e7765ae6
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ You need just to run `make`. Additional dependencies:
|
||||||
- [WiringPi2 pythonic binding](https://github.com/WiringPi/WiringPi2-Python) (for switching lock on Raspberry)
|
- [WiringPi2 pythonic binding](https://github.com/WiringPi/WiringPi2-Python) (for switching lock on Raspberry)
|
||||||
- you may have to change `python2.7-config` to `python-config` on some older systems in Makefile
|
- you may have to change `python2.7-config` to `python-config` on some older systems in Makefile
|
||||||
|
|
||||||
|
## NFC smartcard API
|
||||||
|
|
||||||
|
This project shows how to use libnfc from python to send APDUs to NFC
|
||||||
|
smartcards. Have a look at `test_nfc.py` for some examples.
|
||||||
|
|
||||||
|
It is much more general in use than to use it as authenthicator to open door.
|
||||||
|
|
||||||
## Howto
|
## Howto
|
||||||
|
|
||||||
1. Create the database
|
1. Create the database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue