bugsduggan / access-control

Prototype code for the door access control system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

access-control

Code for the door access control system

auto-start

The following should be placed in /etc/rc.local to start the door control daemon and the flask interface.

screen -d -m -S access-control sudo python /home/pi/access-control/daemon.py
screen -S access-control -X title daemon
screen -S access-control -X screen -t flask python /home/pi/access-control/run_flask.py

About

Prototype code for the door access control system


Languages

Language:Python 100.0%