From 2111879172fd951c3855fa9056e3e64f013b5caa Mon Sep 17 00:00:00 2001 From: Dominik Thalhammer Date: Sun, 12 Mar 2017 20:47:57 +0100 Subject: [PATCH] Add mqtt_client_cpp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9275709..e882356 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [mqtt-elements](https://github.com/mqttjs/mqtt-elements) - Polymer elements for MQTT. * [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir. * [MQTTKit](https://github.com/mobile-web-messaging/MQTTKit) - MQTT Objective-C client for iOS. +* [mqtt_client_cpp](https://github.com/redboltz/mqtt_client_cpp) - MQTT client for C++14 based on Boost.Asio * [mqtt_lua](http://geekscape.github.io/mqtt_lua/) - MQTT Client library for the Lua language. * [MQTT.js](https://github.com/mqttjs) - MQTT client for Node.js. * [Paho](http://www.eclipse.org/paho/) - open-source client implementations (C/C++, Java, Python, Javascript, Go, C#).