From d67b4a0b35ede979f3bc17b6e396e451b86a5fe9 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Mon, 17 Jul 2017 20:19:08 +0200 Subject: [PATCH] Update documentation --- Build/MQTTnet.nuspec | 8 +++----- README.md | 4 +++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 2211891..7825ae6 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -2,7 +2,7 @@ MQTTnet - 2.1.4 + 2.1.5 Christian Kratky Christian Kratky https://github.com/chkr1011/MQTTnet/blob/master/LICENSE @@ -10,12 +10,10 @@ https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png false MQTTnet is a .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). - * [.NET Standard] Added support for .NET Standard 1.3 (Thanks to 1iveowl) -* [Server] Added an even which allows processing of all received messages from the clients -* [Server] Fixed an issue when stopping the server + * Copyright Christian Kratky 2016-2017 - MQTT MQTTClient MQTTServer MQTTBroker Broker + MQTT MQTTClient MQTTServer MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Queue Hardware diff --git a/README.md b/README.md index faeb120..379df3b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-[![Build Status](https://img.shields.io/nuget/v/MQTTnet.svg)](https://www.nuget.org/packages/MQTTnet/) +[![NuGet Badge](https://buildstats.info/nuget/MQTTnet)](https://www.nuget.org/packages/MQTTnet) # MQTTnet MQTTnet is a .NET library for MQTT based communication. It provides a MQTT client and a MQTT server. The implementation is based on the documentation from http://mqtt.org/. @@ -12,6 +12,7 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien * MQTT server (broker) included * TLS 1.2 support for client and server (but not UWP servers) * Async support +* Rx support (via another project) * List of connected clients available (server only) * Extensible communication channels (i.e. In-Memory, TCP, TCP+SSL, WebSockets (not included in this project)) * Access to internal trace messages @@ -38,6 +39,7 @@ If you want to contribute to this project just create a pull request. ## References This library is used in the following projects: +* MQTT Client Rx (Wrapper for Reactive Extensions, https://github.com/1iveowl/MQTTClient.rx) * HA4IoT (Open Source Home Automation system for .NET, https://github.com/chkr1011/HA4IoT) If you use this library and want to see your project here please let me know.