Giter Club home page Giter Club logo

mqtt's Introduction

MQTT 协议 3.1.1 中文翻译版

文档

文档 连接
中文版 HTML MQTT 3.1.1 中文版
中文版 PDF MQTT 3.1.1 中文版
英文版 HTML MQTT Version 3.1.1
英文版 PDF MQTT Version 3.1.1

全文

查看协议中文版


概述

MQTT协议是一个客户端服务端架构的发布/订阅(Pub/Sub)模式的消息传输协议。它的设计**是轻巧、开放、 简单、规范,因此易于实现。对很多场景来说,MQTT都是很好的选择,包括受限的环境如 机器与机器的通信(M2M)以及物联网环境(IoT),这些场景要求很简短的代码封装,网络带宽 非常昂贵。

特点

MQTT协议可以运行在TCP/IP协议上,或其它提供了有序、可靠、双向连接的网络上,特点:

  • 使用发布/订阅消息模式,提供了一对多的消息分发和应用之间的解耦。
  • 消息传输不需要知道有效载荷的内容。
  • 提供三种等级的服务质量:.
    • "最多一次",尽操作环境所能提供的最大努力分发消息。
    • "至少一次",保证消息可以到达,但是可能会重复。
    • "仅一次",保证消息只到达一次。
  • 很小的传输消耗和协议数据交换,最大限度减少网络流量
  • 异常连接断开发生时,能通知到相关各方。

关于作者

联系方式

开源项目

mqtt's People

Contributors

mcxiaoke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.