Skip to content

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 describe

Alias: iot-toolkit> toolkit mqtt desc

Examples

➜  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.html

toolkit-config


toolkit-MQTT

  • toolkit mqtt desc: introduction and description of MQTT protocol;
  • toolkit mqtt set: mqtt settings information management;
  • toolkit mqtt shell: mqtt shell mode;

toolkit-CoAP

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;


toolkit-NBIOT

NB-IoT


Test

Clone this wiki locally