adds TMQTTClient

This commit is contained in:
Sebastian Raff
2016-05-16 11:17:27 +02:00
parent e3eb687786
commit a699bd8c03

View File

@@ -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