From 6f8d1b268f20734eef436d0d363e8a340d57087a Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Mon, 16 May 2016 11:39:37 +0200 Subject: [PATCH] adds tcl-mqtt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c2be10..8fc2e30 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,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. +* [tcl-mqtt](https://github.com/Tingenek/tcl-mqtt) - Small library to connect to a matt broker. Very, very basic. * [TMQTTClient](http://jamiei.com/blog/code/mqtt-client-library-for-delphi/) - MQTT Client Library for Delphi.