# MQTT 仕様

![](/files/1F1OXtu8wckhmskjTO95)&#x20;

<https://www.oasis-open.org/committees/tc\\_home.php?wg\\_abbrev=mqtt>

MQTTはOASISの標準です。仕様はOASIS MQTT技術委員会によって管理されています。

### MQTT 5 仕様

これはOASISの標準です。仕様は以下のいずれかで利用可能です。

> [単一ページ](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html) HTMLまたは [PDF](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.pdf)。

### MQTT 3.1.1 仕様

これは古いISOとOASISの標準です。仕様は以下のいずれかで利用可能です。

> [単一ページ](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) HTMLまたは [PDF](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.pdf)。

### MQTT 3.1 仕様

歴史的な参照のために、MQTT v3.1の仕様は以下で利用可能です。

> [ここ](https://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html)。

### MQTT-SN v1.2

以前はMQTT-Sとして知られていました、以下で利用可能です。

> [ここ](https://www.oasis-open.org/committees/document.php?document_id=66091\&wg_abbrev=mqtt)

MQTT for Sensor Networksは、Zigbeeなどの非TCP/IPネットワーク上の組み込みデバイスを対象としています。MQTT-SNは、ワイヤレスセンサーネットワーク（WSN）のためのパブリッシュ/サブスクライブメッセージングプロトコルで、センサーとアクチュエータのソリューションのためにMQTTプロトコルをTCP/IPインフラストラクチャの範囲を超えて拡張することを目指しています。

[IBM Zurich Researchウェブサイトで詳細を読む](http://www.zurich.ibm.com/sys/energy/middleware.html)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fubogroup.com/gai-yao/mqtt-shi-yang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
