mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 19:54:00 +02:00
Implementation of brmdoor downstairs
This commit is contained in:
parent
01a836bc81
commit
4bc790e97a
7 changed files with 694 additions and 0 deletions
10
brmdoor-rpi/README
Normal file
10
brmdoor-rpi/README
Normal file
|
@ -0,0 +1,10 @@
|
|||
This is quick and dirty version of brmdoor that does not require Arduino, and runs only on Raspberry Pi.
|
||||
|
||||
This version of brmdoor requires:
|
||||
irssi configured according to ./irssi/config with loaded scripts from ./irssi/scripts
|
||||
libnfc-compatible smartcard reader
|
||||
installed libnfc
|
||||
nfc-getcard.c compiled against libnfc (with -lnfc) and saved as "./nfc-getcard"
|
||||
to be running on RaspberryPi (or simillar with GPIO pins exported through /proc)
|
||||
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