xref: /OK3568_Linux_fs/buildroot/package/python-paho-mqtt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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