Skip to content

nicolasfmg/MqttLoadSimulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

MqttLoadSimulator

Simulate MQTT load / MQTT stress tester.

Installation

To compile the program you can do the following

sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install qt5-default

git clone https://github.com/halfgaar/MqttLoadSimulator.git
git clone https://github.com/emqx/qmqtt.git
cd qmqtt/
qmake qmqtt.pro
sudo make install

cd ../MqttLoadSimulator/
sudo qmake MqttLoadSimulator.pro
make clean
sudo make install
ls
./MqttLoadSimulator --help

Requirements

It requires that QMQTT is installed. The project has a make install option, which will install the Qt module in the directory of the Qt version you built it, like ~/Qt/5.12.4/gcc_64.

Download builds

Builds are provided here

About

Simulate MQTT load / MQTT stress tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • QMake 3.7%
  • C 1.9%