From c669aabdc2bffd7a097aabd363d1efb541522f4e Mon Sep 17 00:00:00 2001 From: Paolo Fulgoni Date: Fri, 17 May 2019 15:50:08 +0200 Subject: [PATCH] Update README.md Add MQTTnet library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed13dd3..1d71cbf 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Core analytics * [TMQTTClient](http://jamiei.com/blog/code/mqtt-client-library-for-delphi/) - MQTT Client Library for Delphi. * [Vert.x MQTT](https://github.com/vert-x3/vertx-mqtt) - Vert.x component that provides methods for connecting/disconnecting to a broker, publishing messages and subscribing to topics. * [wolfMQTT](https://www.wolfssl.com/products/wolfmqtt/) - A client implementation of the MQTT written in C for embedded use. It supports SSL/TLS via the wolfSSL library. +* [MQTTnet](https://github.com/chkr1011/MQTTnet) - MQTT client and broker implementations in .NET. ### Scripting