Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 357 Bytes

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.