/flask-socketio-server

Flask server for handling RPi locks' SocketIO connection

Primary LanguagePythonMIT LicenseMIT

flask-socketio-server

Flask server for handling RPi locks' SocketIO connection. It also handles detecting a face, taking pictures, and sending to the main Django server.

To use: Create a virtual environment and install dependencies.

pip2 install -r requirements.txt
python2 server.py

Note: This software must be run with Python2 at the moment.