Skip to content

brouettelover/Mqtt-loadtester-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mqtt loadtester in python

A simple mqtt loadtester made in python

Prerequise

You need to have pip to install the dependencies and obviously python 3

Install the dependencies

pip install --user paho-mqtt
pip install --user configparser

Change the config.ini

change the files with your paremeters

[account]
username = user
password = pass
[config]
server = ip
port = port

Install

git clone https://github.com/brouettelover/Mqtt-loadtester-in-python/
cd Mqtt-loadtester-in-python 

To launch the pub or sub just do

python mqtt_sub.py
python mqtt_pub.py

About

A simple mqtt loadtester made in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages