mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 08:34:00 +02:00
Added IRC reporting functionality
This commit is contained in:
parent
ae1b31de79
commit
d67e39e88e
3 changed files with 150 additions and 9 deletions
|
@ -24,7 +24,7 @@ shows four interactions with NFC smartcards:
|
|||
|
||||
It is much more general in use than to use it as authenthicator to open door.
|
||||
|
||||
## Building
|
||||
## Building and dependencies
|
||||
|
||||
You need just to run `make`. Additional dependencies:
|
||||
|
||||
|
@ -33,6 +33,7 @@ You need just to run `make`. Additional dependencies:
|
|||
- [python-axolotl-curve25519](https://github.com/tgalal/python-axolotl-curve25519), in Ubuntu and Debian install python-axolotl-curve25519
|
||||
- [SWIG](http://www.swig.org/)
|
||||
- [WiringPi2 pythonic binding](https://github.com/WiringPi/WiringPi2-Python) (for switching lock on Raspberry)
|
||||
- [python-irc](https://pypi.python.org/pypi/irc) >= 16.0, use "pip install irc", the one in repos is old
|
||||
|
||||
All dependencies except for wiring can be installed via:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue