Changes for page Set up CoAP Server
Last modified by Xiaoling on 2024/08/19 16:01
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 12 removed)
- image-20220530084843-1.png
- image-20220530085327-2.png
- image-20220530085423-3.png
- image-20220530085531-4.png
- image-20220530085638-5.png
- image-20220530090104-7.png
- image-20220530090404-9.png
- image-20220530090444-10.png
- image-20220530090848-13.png
- image-20220530090939-14.png
- image-20220530091237-17.png
- image-20220530091358-18.png
Details
- Page properties
-
- Content
-
... ... @@ -13,11 +13,10 @@ 13 13 Below is the network structure. The end device use CoAP to connect our Emqx server via NB-IoT network. EMQ X broker will further process the data for the actually application. 14 14 ))) 15 15 16 -[[image:image -20220530084843-1.png]]16 +[[image:https://wiki.dragino.com/images/thumb/2/25/CoAP_1.png/600px-CoAP_1.png||height="219" width="600"]] 17 17 18 18 Network structure 19 19 20 - 21 21 = 2. Install CoAP server = 22 22 23 23 Set up example in Ubuntu 18.04 ... ... @@ -35,8 +35,6 @@ 35 35 36 36 ((( 37 37 (% style="color:red" %)**Notice: CoAP default port use 5683, if you install EMQX in a cloud server, make sure you open the UDP port 5683. So can receive the packets from NB-IoT.** 38 - 39 - 40 40 ))) 41 41 42 42 = 3. Test CoAP Server = ... ... @@ -49,40 +49,38 @@ 49 49 50 50 ((( 51 51 2. Run install.bat in the directory. 52 - 53 -[[image:image-20220530085327-2.png]] 54 54 ))) 55 55 51 +[[image:https://wiki.dragino.com/images/thumb/4/47/CoAP_Test_1.png/600px-CoAP_Test_1.png||height="191" width="600"]] 52 + 56 56 Run install.bat 57 57 58 58 59 59 3. Load the unpacked CoAP APP in Google Chrome: 60 60 61 -[[image:image -20220530085423-3.png]]58 +[[image:https://wiki.dragino.com/images/thumb/8/8b/CoAP_Test_2.png/600px-CoAP_Test_2.png||height="114" width="600"]] 62 62 63 63 Install Copper APP 64 64 62 +[[image:https://wiki.dragino.com/images/thumb/7/70/CoAP_Test_3.png/687px-CoAP_Test_3.png||alt="File:CoAP Test 3.png"]] 65 65 66 -[[image:image-20220530085531-4.png]] 67 - 68 68 Install APP Successful 69 69 70 70 71 71 4. Load the unpacked CoAP extension in Google Chrome: 72 72 73 -[[image:image -20220530085638-5.png||height="338" width="1320"]]69 +[[image:https://wiki.dragino.com/images/thumb/6/65/CoAP_Test_4.png/600px-CoAP_Test_4.png||height="154" width="600"]] 74 74 75 75 Install Copper Extension 76 76 73 +[[image:https://wiki.dragino.com/images/thumb/9/99/CoAP_Test_5.png/600px-CoAP_Test_5.png||height="183" width="600"]] 77 77 78 -[[image:image-20220530090104-7.png]] 79 - 80 80 Install Extension Successful 81 81 82 82 83 83 5. Replace the appID in file extension\endpoint\ClientPortChrome.js to Copper (Cu4Cr) Application ID 84 84 85 -[[image:image -20220530090444-10.png]]80 +[[image:https://wiki.dragino.com/images/thumb/7/7e/CoAP_Test_6.png/600px-CoAP_Test_6.png||height="301" width="600"]] 86 86 87 87 Replace ID 88 88 ... ... @@ -89,7 +89,7 @@ 89 89 90 90 6. Open the Copper extension. If you see below message, means install successfully. 91 91 92 -[[image:image -20220530090404-9.png||height="658" width="1238"]]87 +[[image:https://wiki.dragino.com/images/thumb/b/b1/CoAP_Test_7.png/600px-CoAP_Test_7.png||height="323" width="600"]] 93 93 94 94 Install Finished 95 95 ... ... @@ -98,10 +98,10 @@ 98 98 99 99 ((( 100 100 Use Chrome Copper externsion to connect to the CoAP server. Input coap:~/~/COAP_SERVER_IP/mqtt/topic0?c=t1 to connect to the MQTT topic0 in CoAP server. Replace COAP_SERVER_IP with your COAP Server IP address, and refer [[here>>url:https://github.com/emqx/emqx-coap]] for the CoAP detail in EMQX. When connection ok, you can see below window. 101 - 102 -[[image:image-20220530090848-13.png||height="616" width="1154"]] 103 103 ))) 104 104 98 +[[image:https://wiki.dragino.com/images/thumb/0/0c/CoAP_Test_8.png/600px-CoAP_Test_8.png||height="323" width="600"]] 99 + 105 105 Connect to CoAP server 106 106 107 107 ... ... @@ -109,19 +109,19 @@ 109 109 110 110 ((( 111 111 Try to use MQTT.fx to subscribe a the topic (topic0) in the server. And use CoAP to send a message to this topic, we can see the message arrive the topic0 and shown in MQTT.fx. 112 - 113 -[[image:image-20220530090939-14.png]] 114 114 ))) 115 115 109 +[[image:https://wiki.dragino.com/images/thumb/b/b0/CoAP_Test_9.png/600px-CoAP_Test_9.png||height="429" width="600"]] 110 + 116 116 Use MQTT.fx to subscribe the topic 117 117 118 118 119 -[[image:image -20220530091358-18.png||height="549" width="1035"]]114 +[[image:https://wiki.dragino.com/images/thumb/3/39/CoAP_Test_10.png/600px-CoAP_Test_10.png||height="323" width="600"]] 120 120 121 121 Use CoAP Exension to send a update to CoAP server 122 122 123 123 124 -[[image:image -20220530091237-17.png]]119 +[[image:https://wiki.dragino.com/images/thumb/f/fe/CoAP_Test_11.png/600px-CoAP_Test_11.png||height="386" width="600"]] 125 125 126 126 MQTT.fx get the update of this topic on CoAP server 127 127 ... ... @@ -131,3 +131,9 @@ 131 131 ((( 132 132 Try to use MQTT.fx to publish a message to the topic (topic0) in the server. CoAP extension will see this incomming message. 133 133 ))) 129 + 130 + 131 +Use MQTT.fx to publish the topic 132 + 133 + 134 +CoAP extension see the incoming message
- image-20220530084843-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -57.1 KB - Content
- image-20220530085327-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -36.0 KB - Content
- image-20220530085423-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -81.3 KB - Content
- image-20220530085531-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -42.0 KB - Content
- image-20220530085638-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -96.5 KB - Content
- image-20220530090104-7.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -64.2 KB - Content
- image-20220530090404-9.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -143.5 KB - Content
- image-20220530090444-10.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -172.8 KB - Content
- image-20220530090848-13.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -113.8 KB - Content
- image-20220530090939-14.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -68.1 KB - Content
- image-20220530091237-17.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -51.3 KB - Content
- image-20220530091358-18.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -95.0 KB - Content