项目作者: gtortone

项目描述 :
DAQ with websockets - skeleton
高级语言: Python
项目地址: git://github.com/gtortone/daq-ws-skel.git
创建时间: 2018-06-05T16:25:05Z
项目社区:https://github.com/gtortone/daq-ws-skel

开源协议:GNU General Public License v3.0

下载


DAQ with websockets

A simple application developed with Flask-SocketIO for DAQ run control and acquisition

Requirements

  • Prepare a virtual environment for Python3
    1. virtualenv -p python3 venv
  • Activate virtual environment
    1. source venv/bin/activate
  • Install packages
    1. pip install -r requirements.txt

Usage

  1. gunicorn daq-ws:app -b 0.0.0.0 --threads 16