summaryrefslogtreecommitdiffstats
path: root/rules/paho-mqtt-c.in
blob: c8ad25ff6b9a90bfd45b90e8dc18e72449711551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=system_libraries

config PAHO_MQTT_C
	tristate "paho.mqtt.c"
	select HOST_CMAKE
	select OPENSSL
	help
	  C package implementing MQTT client library by Eclipse Paho

	  The Paho MQTT package provides a library which enable
	  applications to connect to broker to publish messages, and
	  to subscribe to topics and receive published messages.