From 7461dbdccb8cb926773413b95f1ed4d85c0b6522 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Wed, 17 May 2017 21:24:20 +0200 Subject: [PATCH] add rumqtt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a7c742..eb7bfc0 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [mqtt-rs](https://github.com/zonyitoo/mqtt-rs) - MQTT protocol library for Rust. * [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. +* [rumqtt](https://github.com/AtherEnergy/rumqtt) - A fast, lock free pure rust mqtt cilent. * [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.