Skip to content

athamour1/IoTpythonLesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoT application with MQTT and Python

This is an exercise to connect with a broker to receive(subscribe in a topic) and transmit(publish in a topic) messages.

Run the project

First you have to create an .env file and fill the variables and then run the following.

python3 -m venv iotenv
source iotenv/bin/activate
pip3 install -r requirements.txt

python main.py

Info list

About

With D.J.Vergados

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published