回答編集履歴

1

update

2017/06/28 05:26

投稿

yohhoy
yohhoy

スコア6191

test CHANGED
@@ -7,3 +7,9 @@
7
7
 
8
8
 
9
9
  MQTTではトランスポート層にTCPを利用しますが、UDPはこのTCPと同じレイヤに属します。異なるレイヤの物を、直接比較するのは少々無理がある気がします。
10
+
11
+
12
+
13
+ MQTTが何を目指したものであるかは、下記ページを参考にください。
14
+
15
+ [https://github.com/mqtt/mqtt.github.io/wiki/Design-principles](https://github.com/mqtt/mqtt.github.io/wiki/Design-principles)