From 65c2a0fd7c97569f7b180b03c06be22f944fc570 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Sat, 5 Aug 2017 11:38:24 +0200 Subject: [PATCH] Update documentation --- Build/MQTTnet.nuspec | 6 +++++- README.md | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 7825ae6d3..368787941 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -10,7 +10,11 @@ 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). - * + * [MqttServer] Added support for publishing application messages +* [Core] Fixed QoS level 2 handling +* [Core] Performance optimizations +* [MqttClient/MqttServer] Errors while handline application messages are now catched and traced +* [MqttClient/MqttServer] Added interfaces Copyright Christian Kratky 2016-2017 MQTT MQTTClient MQTTServer MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Queue Hardware diff --git a/README.md b/README.md index 379df3bbf..5df9d0f5b 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,12 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien * 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)) +* Server is able to publish its own messages (no loopback client required) * Access to internal trace messages * Extensible client credential validation (server only) -* Unit tested (48+ tests) +* Unit tested (50+ tests) * Lightweight (only the low level implementation of MQTT, no overhead) +* Interfaces included for mocking and testing ## Supported frameworks * .NET Standard 1.3+