Skip to content

AndrewBosuc/Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT Client with Flask and Dash

This is MQTT client that combines Dash and Flask.

Installation

Create virtual env:

python3 -m venv /venv/

Activate virtual env: On Windows:

venv\Scripts\Activate

On Linux:

source venv/Scripts/Activate

Install required libraries by using python pip:

$ pip install -r requirements.txt

How to run

$ python appstart.py
Running on http://localhost:5000/ (Press CTRL+C to quit)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published