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

config PAHO_MQTT_CPP
	tristate "paho.mqtt.cpp"
	select HOST_CMAKE
	select OPENSSL
	select PAHO_MQTT_C
	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.