Changes for page 2 Script

Last modified by Devin Chen on 2025/06/06 14:03

From version 52.1
edited by Hunter
on 2023/06/07 15:45
Change comment: There is no comment for this version
To version 56.1
edited by Theodore Xu
on 2023/08/24 17:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Hunter
1 +XWiki.AiXia
Content
... ... @@ -497,7 +497,7 @@
497 497  (% class="wikigeneratedid" %)
498 498  Tool link: **[[MQTT.fx>>http://mqttfx.jensd.de/index.php/download]]**
499 499  
500 -== **2.1 V-Box connect with test server(General Example)** ==
500 +== **2.1 Test server(General Example)** ==
501 501  
502 502  The following example is trying to publish to the topic "testtopic/test/no1/7890", and subscribe the topic "testtopic/test/no1/123456".
503 503  
... ... @@ -521,6 +521,7 @@
521 521  {{code language="lua"}}
522 522  --MQTT configuration table
523 523  local MQTT_CFG={}
524 +--if there is no need the username and password, please put them as ""
524 524  MQTT_CFG.username = "weconsupport"
525 525  MQTT_CFG.password = "123456"
526 526  MQTT_CFG.netway = 0
... ... @@ -645,7 +645,7 @@
645 645  end
646 646  {{/code}}
647 647  
648 -== **2.2 V-Box connect with customer server:grouprobotinfo.com** ==
649 +== **2.2 Customer server:grouprobotinfo.com** ==
649 649  
650 650  This demo does not use SSL certification. Script is as below
651 651  
... ... @@ -786,7 +786,7 @@
786 786  end
787 787  {{/code}}
788 788  
789 -== **2.3 V-Box connect with Azure platform** ==
790 +== **2.3 Azure platform** ==
790 790  
791 791  In this demo,V-Box connects with Azure by SSL certification.
792 792  
... ... @@ -917,8 +917,14 @@
917 917  end
918 918  )))
919 919  
920 -== **2.4 How to configure the Huawei platform?(✎Note: Huawei IOT DA function is only in China area.If you want this function,you need to use chinese mobile to register)** ==
921 +== **2.4 Huawei platform** ==
921 921  
923 +
924 +
925 +{{info}}
926 +**✎Note**:**Huawei IOT DA function is only in China area.If you want this function,you need to use chinese mobile to register**
927 +{{/info}}
928 +
922 922  1.Register a account: [[https:~~/~~/www.huaweicloud.com/intl/en-us/s/JUlPVERNJQ>>https://www.huaweicloud.com/intl/en-us/s/JUlPVERNJQ]]
923 923  
924 924  2.log in the Huawei IOTDA
... ... @@ -1187,7 +1187,7 @@
1187 1187  (% style="text-align:center" %)
1188 1188  [[image:1624506666650-161.png||height="547" width="1000" class="img-thumbnail"]]
1189 1189  
1190 -== **2.6 V-Box connect with AWS platform** ==
1197 +== **2.6 AWS platform** ==
1191 1191  
1192 1192  === **Log in AWS** ===
1193 1193  
... ... @@ -1252,7 +1252,7 @@
1252 1252  [[image:image-20220709165402-11.png]]
1253 1253  
1254 1254  
1255 -=== **Test with MQTT.fx tool** ===
1262 +=== **MQTT.fx tool** ===
1256 1256  
1257 1257  Click “View Setting” to get the “Broker Adress”
1258 1258  
... ... @@ -1280,7 +1280,7 @@
1280 1280  
1281 1281  [[image:image-20220709165402-18.png]]
1282 1282  
1283 -=== **Configurate in CloudTool** ===
1290 +=== **CloudTool** ===
1284 1284  
1285 1285  Copy the same setting in MQTT.fx to MQTT configuration
1286 1286