Browse Source

Update documentation

release/3.x.x
Christian Kratky 7 years ago
parent
commit
222a154290
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -14,13 +14,13 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien
* Async support
* TLS 1.2 support for client and server (but not UWP servers)
* Extensible communication channels (i.e. In-Memory, TCP, TCP+TLS, WS)
* Performance optimized (processing ~20.000 messages / second)*
* Lightweight (only the low level implementation of MQTT, no overhead)
* Performance optimized (processing ~25.000 messages / second)*
* Interfaces included for mocking and testing
* Access to internal trace messages
* Unit tested (55+ tests)
* Unit tested (57+ tests)

\* Tested on local machine with MQTTnet client and server running in the same process.
\* Tested on local machine with MQTTnet client and server running in the same process and using TCP channel.

### Client
* Rx support (via another project)


Loading…
Cancel
Save