Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 481 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 481 Bytes

Display Real time sensor values using Python, Flask and Flask-SocketIO

Real Time Updates Using Python, Flask and Websockets

Steps on how to run:

  1. Create virtual environment
python -m venv .venv
  1. Activate the virtual environment
  2. Install the dependencies
pip install -r requirements.txt
  1. Run the project
python sensor_app.py