PluginMqttMonitor.py

changeset 41
68f19bd4e61c
parent 30
17ef10819773
child 61
008d32130cdf
equal deleted inserted replaced
40:efcbfc526cfd 41:68f19bd4e61c
24 # Start-Of-Header 24 # Start-Of-Header
25 name = "MQTT Monitor Plugin" 25 name = "MQTT Monitor Plugin"
26 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 26 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
27 autoactivate = True 27 autoactivate = True
28 deactivateable = True 28 deactivateable = True
29 version = "1.0.0" 29 version = "1.1.0"
30 className = "MqttMonitorPlugin" 30 className = "MqttMonitorPlugin"
31 packageName = "MqttMonitor" 31 packageName = "MqttMonitor"
32 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker" 32 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker"
33 longDescription = ( 33 longDescription = (
34 """Plug-in implementing a tool to connect to a MQTT broker, subscribe""" 34 """Plug-in implementing a tool to connect to a MQTT broker, subscribe"""
35 """ to topics, present received messages and publish messages.\n\n""" 35 """ to topics, present received messages and publish messages."""
36 """ It displays broker statistics (the $SYS/# topic tree) and"""
37 """ log messages of the underlying paho-mqtt client. This tool"""
38 """ support unencrypted connections (port 1883) as well as encrypted"""
39 """ SSL/TLS connections (port 8883)\n\n"""
36 """Note: The paho-mqtt Python package must be installed.""" 40 """Note: The paho-mqtt Python package must be installed."""
37 ) 41 )
38 needsRestart = False 42 needsRestart = False
39 pyqtApi = 2 43 pyqtApi = 2
40 python2Compatible = True 44 python2Compatible = True

eric ide

mercurial