Skip to content

r-sajal/Public-Chatting-App-with-MQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public-Chatting-App-with-MQTT

Public chatting app using python and public broker of MQTT

Setting up Project -->

PYTHON -->

Download python from here → Click
Any version above 3.5.

Python Tkinter →

>> pip install tk
For light-weight simple interface

Python and MQTT →

To install open source mqtt supporting library →
>> pip install paho-mqtt

Run

First window will look something like below image



Topic1 is publishing topic name
Topic2 is subscribing topic name

When You hit enter second window will appear -->



History part is Dynamic and will show all the messages you will publish and all messages from subscribed topic.

Simple publisher subscriber model implementation

You can also use it for chatting like we have below -->


Moderate publisher subscriber model / Broadcasting Implementation


Releases

No releases published

Packages

No packages published

Languages