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, 12 added, 0 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
-
... ... @@ -1,6 +1,8 @@ 1 -Contents: 1 +**~ Contents:** 2 2 3 +{{toc/}} 3 3 5 + 4 4 = 1. Introduction = 5 5 6 6 ((( ... ... @@ -11,10 +11,11 @@ 11 11 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. 12 12 ))) 13 13 14 -[[image: https://wiki.dragino.com/images/thumb/2/25/CoAP_1.png/600px-CoAP_1.png||height="219" width="600"]]16 +[[image:image-20220530084843-1.png]] 15 15 16 16 Network structure 17 17 20 + 18 18 = 2. Install CoAP server = 19 19 20 20 Set up example in Ubuntu 18.04 ... ... @@ -30,8 +30,12 @@ 30 30 ./bin/emqx_ctl plugins load emqx_coap # Run COAP service 31 31 ))) 32 32 36 +((( 33 33 (% 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.** 34 34 39 + 40 +))) 41 + 35 35 = 3. Test CoAP Server = 36 36 37 37 == 3.1 Install Copper in Chrome == ... ... @@ -42,9 +42,10 @@ 42 42 43 43 ((( 44 44 2. Run install.bat in the directory. 52 + 53 +[[image:image-20220530085327-2.png]] 45 45 ))) 46 46 47 -[[image:https://wiki.dragino.com/images/thumb/4/47/CoAP_Test_1.png/600px-CoAP_Test_1.png||height="191" width="600"]] 48 48 49 49 Run install.bat 50 50 ... ... @@ -51,36 +51,39 @@ 51 51 52 52 3. Load the unpacked CoAP APP in Google Chrome: 53 53 54 -[[image: https://wiki.dragino.com/images/thumb/8/8b/CoAP_Test_2.png/600px-CoAP_Test_2.png||height="114" width="600"]]62 +[[image:image-20220530085423-3.png]] 55 55 56 56 Install Copper APP 57 57 58 -[[image:https://wiki.dragino.com/images/thumb/7/70/CoAP_Test_3.png/600px-CoAP_Test_3.png||height="523" width="600"]] 59 59 67 +[[image:image-20220530085531-4.png]] 68 + 60 60 Install APP Successful 61 61 62 62 63 63 4. Load the unpacked CoAP extension in Google Chrome: 64 64 65 -[[image: https://wiki.dragino.com/images/thumb/6/65/CoAP_Test_4.png/600px-CoAP_Test_4.png||height="154" width="600"]]74 +[[image:image-20220530085638-5.png||height="338" width="1320"]] 66 66 67 67 Install Copper Extension 68 68 69 -[[image: https://wiki.dragino.com/images/thumb/9/99/CoAP_Test_5.png/600px-CoAP_Test_5.png||height="183" width="600"]]78 +[[image:image-20220530090104-7.png]] 70 70 80 + 71 71 Install Extension Successful 72 72 73 73 74 74 5. Replace the appID in file extension\endpoint\ClientPortChrome.js to Copper (Cu4Cr) Application ID 75 75 76 -[[image: https://wiki.dragino.com/images/thumb/7/7e/CoAP_Test_6.png/600px-CoAP_Test_6.png||height="301" width="600"]]86 +[[image:image-20220530090444-10.png]] 77 77 88 + 78 78 Replace ID 79 79 80 80 81 81 6. Open the Copper extension. If you see below message, means install successfully. 82 82 83 -[[image: https://wiki.dragino.com/images/thumb/b/b1/CoAP_Test_7.png/600px-CoAP_Test_7.png||height="323" width="600"]]94 +[[image:image-20220530090404-9.png||height="658" width="1238"]] 84 84 85 85 Install Finished 86 86 ... ... @@ -89,9 +89,10 @@ 89 89 90 90 ((( 91 91 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. 103 + 104 +[[image:image-20220530090848-13.png||height="616" width="1154"]] 92 92 ))) 93 93 94 -[[image:https://wiki.dragino.com/images/thumb/0/0c/CoAP_Test_8.png/600px-CoAP_Test_8.png||height="323" width="600"]] 95 95 96 96 Connect to CoAP server 97 97 ... ... @@ -100,19 +100,21 @@ 100 100 101 101 ((( 102 102 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. 115 + 116 +[[image:image-20220530090939-14.png]] 103 103 ))) 104 104 105 -[[image:https://wiki.dragino.com/images/thumb/b/b0/CoAP_Test_9.png/600px-CoAP_Test_9.png||height="429" width="600"]] 106 106 107 107 Use MQTT.fx to subscribe the topic 108 108 109 109 110 -[[image: https://wiki.dragino.com/images/thumb/3/39/CoAP_Test_10.png/600px-CoAP_Test_10.png||height="323" width="600"]]123 +[[image:image-20220530091358-18.png]] 111 111 125 + 112 112 Use CoAP Exension to send a update to CoAP server 113 113 114 114 115 -[[image: https://wiki.dragino.com/images/thumb/f/fe/CoAP_Test_11.png/600px-CoAP_Test_11.png||height="386" width="600"]]129 +[[image:image-20220530091237-17.png]] 116 116 117 117 MQTT.fx get the update of this topic on CoAP server 118 118 ... ... @@ -119,10 +119,6 @@ 119 119 120 120 == 3.4 Test CoAP Downlink == 121 121 136 +((( 122 122 Try to use MQTT.fx to publish a message to the topic (topic0) in the server. CoAP extension will see this incomming message. 123 - 124 - 125 -Use MQTT.fx to publish the topic 126 - 127 - 128 -CoAP extension see the incoming message 138 +)))
- image-20220530084843-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +57.1 KB - Content
- image-20220530085327-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +36.0 KB - Content
- image-20220530085423-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +81.3 KB - Content
- image-20220530085531-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +42.0 KB - Content
- image-20220530085638-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +96.5 KB - Content
- image-20220530090104-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +64.2 KB - Content
- image-20220530090404-9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +143.5 KB - Content
- image-20220530090444-10.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +172.8 KB - Content
- image-20220530090848-13.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +113.8 KB - Content
- image-20220530090939-14.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +68.1 KB - Content
- image-20220530091237-17.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +51.3 KB - Content
- image-20220530091358-18.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +95.0 KB - Content