From d2ba9a7fd3ac62a58946fcc32cd333e89b59860b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Tue, 26 Nov 2024 21:58:49 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E5=8D=B3=E5=B0=86=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E9=83=A8=E5=88=86=E7=A7=81=E6=9C=8D=E7=89=88=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ef1dc4a..1cfc0f83 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ `mica-mqtt` **低延迟**、**高性能**的 `mqtt` 物联网组件。更多使用方式详见: **mica-mqtt-example** 模块。 -✨✨✨**最佳实践**✨✨✨ [**BladeX 物联网平台(基于 mica-mqtt 私服加强版)**](https://iot.bladex.cn?from=mica-mqtt) +✨✨✨**最佳实践**✨✨✨ [**BladeX 物联网平台(基于 mica-mqtt 加强版)**](https://iot.bladex.cn?from=mica-mqtt) ## 🍱 使用场景 @@ -35,7 +35,7 @@ - [x] 支持 http rest api,[http api 文档详见](docs/http-api.md)。 - [x] 支持 MQTT client 客户端。 - [x] 支持 MQTT server 服务端。 -- [x] 支持 MQTT client、server 共享订阅支持(私服加强版采用 topic 树存储,跟 topic 数无关,百万 topic 性能依旧)。 +- [x] 支持 MQTT client、server 共享订阅支持。 - [x] 支持 MQTT 遗嘱消息。 - [x] 支持 MQTT 保留消息。 - [x] 支持自定义消息(mq)处理转发实现集群。