项目作者: Secured-Pi

项目描述 :
Flask server for handling RPi locks' SocketIO connection
高级语言: Python
项目地址: git://github.com/Secured-Pi/flask-socketio-server.git
创建时间: 2016-10-10T19:41:17Z
项目社区:https://github.com/Secured-Pi/flask-socketio-server

开源协议:MIT License

下载


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.

  1. pip2 install -r requirements.txt
  2. python2 server.py

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