mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
Update README
This commit is contained in:
parent
746e0fe110
commit
9dca8a2970
1 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
||||||
This is quick and dirty version of brmdoor that does not require Arduino, and runs only on Raspberry Pi.
|
This is quick and dirty version of brmdoor that does not require Arduino, and runs only on Raspberry Pi.
|
||||||
|
|
||||||
This version of brmdoor requires:
|
This version of brmdoor requires:
|
||||||
irssi configured according to ./irssi/config with loaded scripts from ./irssi/scripts
|
- irssi configured according to ./irssi/config with loaded scripts from ./irssi/scripts
|
||||||
libnfc-compatible smartcard reader
|
- libnfc-compatible smartcard reader
|
||||||
installed libnfc
|
- libnfc installed
|
||||||
nfc-getcard.c compiled against libnfc (with -lnfc) and saved as "./nfc-getcard"
|
- create /etc/nfc/libnfc.conf using content from libnfc.conf supplied (otherwise nfc-list wouldnt find your NFC device)
|
||||||
to be running on RaspberryPi (or simillar with GPIO pins exported through /proc)
|
- nfc-getcard.c compiled against libnfc (with -lnfc) and saved as "./nfc-getcard"
|
||||||
variables in brmdoor-rpi.sh modified according to reality
|
- to be running on RaspberryPi (or simillar with GPIO pins exported through /proc)
|
||||||
list of allowed cards in allowed.list in the correct format
|
- variables in brmdoor-rpi.sh modified according to reality
|
||||||
|
- list of allowed cards in allowed.list in the correct format
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue