Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 416 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 416 Bytes

Monitoring system

Requirements

To start

  1. Install dependecies
$ cd mqtt-test
$ pip install -r requirements.txt
  1. Create a database and a table (Mysql)
  2. Change the .env file
  3. To launch the project, run the following commands:
$ cd mqtt-test/src
$ python init.py