1config BR2_PACKAGE_PYTHON_PAHO_MQTT 2 bool "python-paho-mqtt" 3 help 4 The Paho Python Client provides a client class with support 5 for both MQTT v3.1 and v3.1.1 on Python 2.7 or 3.x. It also 6 provides some helper functions to make publishing messages 7 to an MQTT server very straightforward. 8 9 https://pypi.python.org/pypi/paho-mqtt 10