User Tools

Site Tools


processing:mqguard

Table of Contents

mqguard

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.

Install

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.

Development

You can get source code of mqguard at its GitHub page.

processing/mqguard.txt · Last modified: 2016/05/09 10:24 (external edit)