瀏覽代碼

Fix readme layout

release/3.x.x
Christian 7 年之前
committed by GitHub
父節點
當前提交
f04a9c4f3e
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      README.md

+ 4
- 4
README.md 查看文件

@@ -9,7 +9,7 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien

# Features

## General
### General
* Performance optimized (publishing ~18.000 messages per second on local machine)
* Async support
* TLS 1.2 support for client and server (but not UWP servers)
@@ -19,11 +19,11 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien
* Access to internal trace messages
* Unit tested (55+ tests)

## Client
### Client
* Rx support (via another project)
* Communication via TCP (+TLS) or WS (WebSocket)

## Server (broker)
### Server (broker)
* List of connected clients available
* Supports connected clients with different protocol versions at the same time
* Able to publish its own messages (no loopback client required)
@@ -154,4 +154,4 @@ Console.WriteLine("Press any key to exit.");
Console.ReadLine();

mqttServer.Stop();
```
```

Loading…
取消
儲存