mqopen
Hardware
Backbone
Processing
Development
mqopen
Hardware
Backbone
Processing
Development
mqguard is tool for health monitoring and diagnostic of MQTT network. It is able to warn user about IoT device errors and provide real time diagnostic service.
mqguard is not in the pip repository yet. You have to install it manualy with following steps.
Download source code:
$ git clone https://github.com/mqopen/mqguard
Run setup.py
script to install it:
$ cd mqguard mqguard$ sudo python3 setupy.py install
Alternatively, you can install mqguard in development mode.
mqguard$ sudo pip3 install -e .
You can learn more about pip development mode.
You can get source code of mqguard at its GitHub page.