This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
processing:mqguard [2016/05/03 12:14] buben [mqguard] |
processing:mqguard [2016/05/09 10:24] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 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 [[https://pypi.python.org/pypi|pip]] repository yet. You have to install it manualy with following steps. | ||
+ | |||
+ | Download source code: | ||
+ | |||
+ | <code> | ||
+ | $ git clone https://github.com/mqopen/mqguard | ||
+ | </code> | ||
+ | |||
+ | Run ''setup.py'' script to install it: | ||
+ | |||
+ | <code> | ||
+ | $ cd mqguard | ||
+ | mqguard$ sudo python3 setupy.py install | ||
+ | </code> | ||
+ | |||
+ | Alternatively, you can install **mqguard** in development mode. | ||
+ | |||
+ | <code> | ||
+ | mqguard$ sudo pip3 install -e . | ||
+ | </code> | ||
+ | |||
+ | You can learn more about [[https://packaging.python.org/en/latest/distributing/#working-in-development-mode|pip development mode]]. | ||
+ | |||
+ | ===== Development ===== | ||
+ | |||
+ | You can get source code of mqguard at its [[https://github.com/mqopen/mqguard|GitHub page]]. |