- 
                Notifications
    You must be signed in to change notification settings 
- Fork 42
mqtt_describe
        sanshengshui edited this page Oct 8, 2023 
        ·
        2 revisions
      
    MQTT is an OASIS standard. The specification is managed by the OASIS MQTT Technical Committee.
iot-toolkit> toolkit mqtt describeAlias: iot-toolkit> toolkit mqtt desc
➜  IoT-Toolkit git:(develop-0.7.0) ✗ toolkit mqtt desc
MQTT (Message Queuing Telemetry Transport)
MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT).
It is designed as an extremely lightweight publish/subscribe messaging transport
that is ideal for connecting remote devices with a small code footprint and
minimal network bandwidth. MQTT today is used in a wide variety of industries,
such as automotive, manufacturing, telecommunications, oil and gas, etc.
The Official address: https://mqtt.org/
The English MQTT 3.1/3.1.1 Specification: http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html
The English MQTT 5 Specification: https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.htmlThis article is part of the IoT Toolkit, click on Directory View all chapters.
If you feel that the article is helpful to you, please click on Star 🌟 or Fork 🍴 in the top right corner.
     
     
- 
toolkit mqtt desc: introduction and description of MQTT protocol;
- 
toolkit mqtt set: mqtt settings information management;
- 
toolkit mqtt shell: mqtt shell mode;
     
Synopsis:
- 
toolkit coap desc: introduction and description of CoAP protocol;
- 
toolkit coap mt: List supported MIME types;
- 
toolkit coap disc: list available resources;
- 
toolkit coap get: Request data from CoAP Resource;
- 
toolkit coap post: Create/Update data in CoAP Resource;
- 
toolkit coap put: Update data in CoAP Resource;
- 
toolkit coap del: Delete CoAP Resource;
    