From a699bd8c037e2ea239603e20738c11972f4943f0 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Mon, 16 May 2016 11:17:27 +0200 Subject: [PATCH] adds TMQTTClient --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1ba2f6..c5eab62 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [Paho](http://www.eclipse.org/paho/) - open-source client implementations (C/C++, Java, Python, Javascript, Go, C#). * [pubsubclient](https://github.com/knolleary/pubsubclient) - A client library for the Arduino Ethernet Shield that provides support for MQTT. * [ruby-mqtt](https://github.com/njh/ruby-mqtt) - Pure Ruby gem that implements the MQTT protocol. +* [TMQTTClient](http://jamiei.com/blog/code/mqtt-client-library-for-delphi/) - MQTT Client Library for Delphi. ### Scripting