Last modified by Mengting Qiu on 2025/07/03 18:55

From version 65.1
edited by Edwin Chen
on 2023/08/07 23:38
Change comment: There is no comment for this version
To version 78.1
edited by David Huang
on 2023/08/08 16:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.David
Content
... ... @@ -32,7 +32,7 @@
32 32  Austria, Belgium, Bulgaria, Croatia, Czech Republic, Denmark, Finland, Germany, Great Britain, Greece, Hungary, Ireland, Italy, Latvia, Malta, Netherlands, Norway, Puerto Rico, Russia, Slovak , Republic, Slovenia, Spain, Sweden, Switzerland, Taiwan, USA, US Virgin Islands
33 33  )))|(% style="width:135px" %)
34 34  |(% style="width:117px" %)China Mobile|(% style="width:151px" %)No need configure|(% style="width:474px" %)China Mainland, HongKong|(% style="width:135px" %)
35 -|(% style="width:117px" %)China Telecom|(% style="width:151px" %) |(% style="width:474px" %)China Mainland|(% style="width:135px" %)
35 +|(% style="width:117px" %)China Telecom|(% style="width:151px" %)ctnb|(% style="width:474px" %)China Mainland|(% style="width:135px" %)
36 36  
37 37  = 3. Configure to connect to different servers =
38 38  
... ... @@ -238,8 +238,21 @@
238 238  == 3.4 Datacake ==
239 239  
240 240  
241 +[[image:image-20230808162301-1.png]]
241 241  
242 242  
244 +[[image:image-20230808162342-2.png]]
245 +
246 +
247 +[[image:image-20230808162421-3.png]]
248 +
249 +
250 +[[image:image-20230808163612-7.png]]
251 +
252 +[[image:image-20230808163035-5.png]]
253 +
254 +[[image:image-20230808163049-6.png]]
255 +
243 243  == 3.5 Node-Red (via MQTT) ==
244 244  
245 245  === 3.5.1 Configure [[Node-Red>>http://wiki.dragino.com/xwiki/bin/view/Main/Node-RED/]] ===
... ... @@ -376,19 +376,21 @@
376 376  [[image:image-20230802112413-46.png]]
377 377  
378 378  
379 -On the Connection Profilwindow, set the following information: **(这边加一个截图)**
392 +The device needs to enable the TLS modand set the (% style="color:blue" %)**AT+TLSMOD=1,0**(%%) command.
380 380  
394 +On the Connection Profile window, set the following information:
395 +
381 381  * (% style="color:blue" %)**Profile Name: “Any name”**
382 382  
383 383  * (% style="color:blue" %)**Broker Address: mqtt.tago.io**
384 384  
385 -* (% style="color:blue" %)**Broker Port: 1883**
400 +* (% style="color:blue" %)**Broker Port: 8883**
386 386  
387 387  * (% style="color:blue" %)**Client ID: “Any value”**
388 388  
389 -On the section User credentials, set the following information: **(这边加一个截图)**
404 +On the section User credentials, set the following information:
390 390  
391 -* (% style="color:blue" %)**User Name: “Any value”**  (%%) ~/~/  Tago validates your user by the token only
406 +* (% style="color:blue" %)**User Name: “Any value”** (%%) ~/~/ Tago validates your user by the token only
392 392  
393 393  * (% style="color:blue" %)**Password: “Your device token”**
394 394  
... ... @@ -396,17 +396,28 @@
396 396  
397 397  * (% style="color:blue" %)**SUBTOPIC: “Any value”**
398 398  
414 +(% style="color:blue" %)**AT command:**
415 +
416 +* **AT+PRO=3,0 or 3,5   **~/~/ hex format or json format
417 +
418 +* **AT+SUBTOPIC=<device name>** **or User Defined**
419 +* **AT+PUBTOPIC=<device name>or User Defined**
420 +* **AT+CLIENT=<device name> or User Defined**
421 +* **AT+UNAME=<device name> or User Defined**
422 +* **AT+PWD=“Your device token”**
423 +
399 399  === 3.7.2 Simulate with MQTT.fx ===
400 400  
426 +[[image:image-20230802112413-52.png]]
401 401  
402 -[[image:image-20230802112413-47.png]]
403 403  
404 -[[image:image-20230802112413-48.png]]
429 +[[image:image-20230808105300-2.png]]
405 405  
406 406  Users can run the (% style="color:blue" %)**AT+PRO=3,5**(%%) command, and the payload will be converted to **JSON format**.
407 407  
433 +[[image:image-20230808105217-1.png]]
408 408  
409 -[[image:image-20230802112413-49.png]]
435 +[[image:image-20230808105329-3.png]]
410 410  
411 411  
412 412  === 3.7.3 tago data ===
... ... @@ -417,34 +417,7 @@
417 417  [[image:image-20230802112413-51.png||height="184" width="696"]]
418 418  
419 419  
420 -=== 3.7.4 TLS mode ===
421 421  
422 -
423 -Users can choose to use (% style="color:blue" %)**SSL/TLS**(%%) mode.
424 -
425 -On the SSL/TLS section, check the option **Enable SSL/TLS**, and click OK.
426 -
427 -The device needs to enable the TLS mode and set the (% style="color:blue" %)**AT+TLSMOD=1,0**(%%) command.
428 -
429 -* (% style="color:blue" %)**Profile Name: “Any name”**
430 -
431 -* (% style="color:blue" %)**Broker Address: mqtt.tago.io**
432 -
433 -* (% style="color:blue" %)**Broker Port: 8883**
434 -
435 -* (% style="color:blue" %)**Client ID: “Any value”**
436 -
437 -* (% style="color:blue" %)**User Name: “Any value”** (%%) ~/~/ Tago validates your user by the token only
438 -
439 -* (% style="color:blue" %)**Password: “Your device token”**
440 -
441 -* (% style="color:blue" %)**PUBTOPIC: “Any value”**
442 -
443 -* (% style="color:blue" %)**SUBTOPIC: “Any value”**
444 -
445 -[[image:image-20230802112413-52.png]]
446 -
447 -
448 448  == 3.8 TCP Connection ==
449 449  
450 450  
... ... @@ -463,4 +463,3 @@
463 463  
464 464  
465 465  
466 -
image-20230808105217-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +68.5 KB
Content
image-20230808105300-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +70.1 KB
Content
image-20230808105329-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +21.1 KB
Content
image-20230808162301-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +76.9 KB
Content
image-20230808162342-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +63.8 KB
Content
image-20230808162421-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +59.2 KB
Content
image-20230808162727-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +54.2 KB
Content
image-20230808163035-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +71.6 KB
Content
image-20230808163049-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +61.5 KB
Content
image-20230808163612-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +53.4 KB
Content