书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 4196 个相关结果.
  • 第五章 – 安全

    2108 2018-03-14 《MQTT协议中文版》
    第五章 安全 目录 5.1 概述 5.2 MQTT解决方案:安全和认证 5.3 轻量级的加密与受限设备 5.4 实现注意事项 Implementation notes 5.4.1 客户端身份验证 Authentication of Clients by the Server 5.4.2 客户端授权 Authorization of Clients ...
  • 资源

    资源 官方资源 社区、讨论、贡献和支持 使用 EMQ X 的项目 中文教程 MQTT 规范 资源 (opens new window) (opens new window) (opens new window) (opens new window) 官方资源 EMQ 官方网站 (opens new window) ...
  • 主题统计指标

    主题统计指标 GET /api/v4/topic-metrics GET /api/v4/topic-metrics/{topic} POST /api/v4/topic-metrics DELETE /api/v4/topic-metrics/{topic} DELETE /api/v4/topic-metrics 主题统计指标 GE...
  • Bridge Introduction

    Bridge List of Bridge Plugins Bridge EMQ X can bridge and forward messages to Kafka, RabbitMQ or other EMQ X nodes. Meanwhile, mosquitto and rsm can be bridged to EMQ X using ...
  • 跨节点会话(Session)

    跨节点会话(Session) 跨节点会话(Session) EMQ X 集群模式下,MQTT 连接的持久会话(Session)跨节点。 例如负载均衡的两台集群节点: node1 与 node2,同一 MQTT 客户端先连接 node1,node1 节点会创建持久会话;客户端断线重连到 node2 时,MQTT 的连接在 node2 节点,持久会话仍...
  • Data Cleansing

    Data Cleansing Step 1 Add a new rule Step 2 Setup rule details Step 3 Setup sink details Step 4 Start rule execution Step 5 Check over the payload in MQTT broker Data Clean...
  • Protocols and Interoperability

    Protocols and Interoperability Supported Protocols & APIs APIs and Other Interfaces Configuring Acceptors Protocols and Interoperability Apache ActiveMQ Artemis has a powerfu...
  • 部署架构 (Deployment)

    部署架构 (Deployment) LB (负载均衡) EMQ X 集群 青云(QingCloud) 部署 亚马逊(AWS)部署 阿里云部署 私有网络部署 EMQ X 集群直连 HAProxy -> EMQ X 集群 NGINX Plus -> EMQ X 集群 部署架构 (Deployment) EMQ X 消息服务器集群可作为物...
  • 3.10 UNSUBSCRIBE –取消订阅

    1056 2018-03-14 《MQTT协议中文版》
    3.10 UNSUBSCRIBE –取消订阅 3.10.1 固定报头 图例 3.28 – UNSUBSCRIBE报文固定报头 3.10.2 可变报头 图例 3.29 – UNSUBSCRIBE报文可变报头 3.10.3 有效载荷 有效载荷非规范示例 表格 3.7 -有效载荷非规范示例 图例 3.30 -有效载荷字节格式非规范示例 3.10....
  • 发布订阅

    发布/订阅 发布/订阅 MQTT 基于发布订阅模式 进行消息通信,客户端可以作为发布者发布消息或或者作为订阅者订阅主题,当消息发布时,EMQX 负责接收消息并将其转发给订阅了相关主题的客户端。 本章节将介绍常用的 MQTT 客户端工具,并指导大家完成从建立客户端连接、订阅主题到发布消息、接收并查看消息整个流程。 消息流程 以下是 EMQX 中一...