mirror of
https://github.com/zyphlar/open-access-control-minimal-http.git
synced 2024-03-08 15:57:47 +00:00
Edited readme, added libraries
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
Open Access Control - Arduino Ethernet
|
||||
Open Access Control - HTTP Minimal Edition
|
||||
======================================
|
||||
|
||||
This is a stripped-down version of the 23b hackerspace's Open Access Control system, intended for embedded use with an RFID reader and Ethernet shield for authenticating Wiegand RFID cards with a webservice.
|
||||
This is a stripped-down version of the 23b hackerspace's Open Access Control system, intended for embedded use with an RFID reader and Ethernet shield for authenticating Wiegand RFID cards with a webservice. Please see http://code.google.com/p/open-access-control/ for the main/full version.
|
||||
|
||||
For more info, contact @willbradley on Twitter or will@heatsynclabs.org
|
||||
For more info, contact @willbradley on Twitter.
|
||||
|
||||
Structure
|
||||
---------
|
||||
|
||||
* This folder
|
||||
* Open Access Control folder
|
||||
* Open Access Control.pde (Arduino code -- requires the Wiegand26 library to be installed in your IDE.)
|
||||
* Open Access Control.pde (Arduino code -- open from the Arduino IDE.)
|
||||
* libraries folder (copy the contents of this folder to your Arduino program's libraries folder.)
|
||||
* PCATTACH folder
|
||||
* keywords.txt
|
||||
* PCATTACH.cpp
|
||||
* PCATTACH.h
|
||||
* Wiegand26 folder
|
||||
* keywords.txt
|
||||
* WIEGAND26.cpp
|
||||
* WIEGAND26.h
|
||||
|
||||
Reference in New Issue
Block a user