Bare bones, webservice-based access control for use with an RFID reader and Ethernet shield
Go to file
2011-12-03 00:18:35 -07:00
hardware Adding hardware 2011-11-30 00:30:06 -07:00
libraries Updated readme; removed shiftlcd examples 2011-11-29 22:57:37 -07:00
Open_Access_Control Made extend button able to extend past 30 minutes 2011-12-03 00:18:35 -07:00
README.markdown Updated readme; removed shiftlcd examples 2011-11-29 22:57:37 -07:00

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. Please see http://code.google.com/p/open-access-control/ for the main/full version.

For more info, contact @willbradley on Twitter.

Structure

  • This folder
    • Open Access Control folder
      • 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.)
      • ShiftLCD folder
        • keywords.txt
        • ShiftLCD.cpp
        • ShiftLCD.h
      • PCATTACH folder
        • keywords.txt
        • PCATTACH.cpp
        • PCATTACH.h
      • Wiegand26 folder
        • keywords.txt
        • WIEGAND26.cpp
        • WIEGAND26.h