<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67444/problems-on-nrf52840-coap-server-to-receive-packages</link><description>Hi All, 
 
 I want to implement a function to send data from the internet coap client to nrf52840 DK coap server. The nrf52840 runs .hex file which is one modified from Nordic Thread SDK example\thread\simple_coap_server, but I find that whether I use</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Dec 2020 15:36:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67444/problems-on-nrf52840-coap-server-to-receive-packages" /><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/285687?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 15:36:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15eef309-f91b-4c45-b574-565e66b2f4c0</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Yes, logs from OpenThread are set to&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/group__plat-logging.html#ga45e13bc61de33b7b69dcea2cd7a2e3d9"&gt;OT_LOG_LEVEL_CRIT&lt;/a&gt;&amp;nbsp;by default. If you want to increase this level, you can do that as described in the link I provided above. Then you need to &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_ot_libraries_building.html"&gt;rebuild the OpenThread libraries&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/285504?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 06:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a5ad2b3-6b07-4c5b-99fc-b4e5ccfed921</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;&lt;span&gt;I tried to set the Log level to 4 as you said, and then checked with debug in SEGGER Embedded Studio, but I only saw the print Added by myself, without any other log.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1217.png" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/284148?ContentTypeID=1</link><pubDate>Wed, 09 Dec 2020 15:45:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:656fee5a-99cd-4aa9-83c2-d8f2b8fb04d2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I believe that logging should be enabled by default in this example, over RTT. You can use J-Link RTT Viewer to see the logs.&lt;/p&gt;
&lt;p&gt;You can increase the log-level output from application by setting this config to Debug/4 in your sdk_config.h file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;o&amp;gt; NRF_LOG_DEFAULT_LEVEL  - Default Severity level
 
// &amp;lt;0=&amp;gt; Off 
// &amp;lt;1=&amp;gt; Error 
// &amp;lt;2=&amp;gt; Warning 
// &amp;lt;3=&amp;gt; Info 
// &amp;lt;4=&amp;gt; Debug 

#ifndef NRF_LOG_DEFAULT_LEVEL
#define NRF_LOG_DEFAULT_LEVEL 4
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;For more details about logging from OpenThread stack, see&amp;nbsp;&lt;a title="OpenThread logging" href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_ot_logging.html?cp=7_3_2_5"&gt;OpenThread logging&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/283459?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2020 05:47:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3cb61a7-6b8a-4c10-a00a-2745fba109c0</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;&lt;span&gt;coap_default_handler()&amp;nbsp; or other coap handle have&lt;/span&gt;&amp;nbsp;no&amp;nbsp;&lt;span&gt;received any&amp;nbsp;&lt;/span&gt;&lt;span&gt;events&amp;nbsp;when the message is received.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Where do I add the print log?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/283163?ContentTypeID=1</link><pubDate>Thu, 03 Dec 2020 15:54:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12c1866e-a086-428e-8608-2338c45bc7cb</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Do you have any log outputs from your application?&lt;/p&gt;
&lt;p&gt;Are you receiving any events in&amp;nbsp;coap_default_handler() (or some other CoAP handler) when the message is received?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/281431?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 06:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a173b9e9-d84b-4ede-b133-08599e93a4c5</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;&lt;span&gt;I&amp;#39;ve tried it, but it still doesn&amp;#39;t work.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/280429?ContentTypeID=1</link><pubDate>Tue, 17 Nov 2020 15:59:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2246e13b-b307-4536-8859-9c04bca0c6f0</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Sorry, you are right. It is possible for NAT64 to receive packets if it has the state from a recent transfer, or it is using static routing.&lt;/p&gt;
&lt;p&gt;Have you tried removing the first backslash from the URI path? As you can see from the proceeding resource definitions, the leading backslash is not used in the path, this is added automatically by the CoAP libraries:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;.mUriPath = &amp;quot;$sys/CxD2hb4NHT/tttt/thing/property/set&amp;quot;,&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/277004?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2020 02:53:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8567dc29-5458-4b5c-98f7-384065d98bb9</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;&lt;span&gt;I also released problem on &lt;a href="https://groups.google.com."&gt;https://groups.google.com.&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://groups.google.com/g/openthread-users/c/ZD0PPzvMbvo/m/8hv4SjVRBgAJ."&gt;groups.google.com/.../8hv4SjVRBgAJ.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/277003?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2020 02:48:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:405d631e-fd64-490b-83b9-f9750a52df2a</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;&lt;span&gt;The sniffer trace does confirm that the CoAP PUT request is being sent over the air and received by the intended recipient. So,NAT64 can be&amp;nbsp;deliver&amp;nbsp;packets going from global IPv4 internet to the IPv6 based Thread network.&lt;/span&gt;The problem should be &lt;span&gt;with&amp;nbsp;&lt;/span&gt;my source code &lt;span&gt;caused the error&lt;/span&gt;.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/75155.main.c"&gt;devzone.nordicsemi.com/.../75155.main.c&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/thread_5F00_coap_5F00_utils.c"&gt;devzone.nordicsemi.com/.../thread_5F00_coap_5F00_utils.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/276963?ContentTypeID=1</link><pubDate>Mon, 26 Oct 2020 16:45:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a80da3ca-ddec-4dc2-8cf0-93b393fdb498</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It looks from your sniffer logs that you do not have global IPv6 connectivity and/or the CoAP cloud server is running on a IPv4 interface. In order to send packets from IPv4 cloud service to the nodes in the network, you either need to use global IPv6 addresses (2000::/3 prefix), or you need to setup a translation method on the border router to forward the packets to the correct node (for instance NAT46). The border router image provided by Nordic only enables NAT64, which can send packets from the IPv6 based Thread network, to global IPv4 internet. It does not provide any mechanisms for packets going from global IPv4 internet to the IPv6 based Thread network.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/276520?ContentTypeID=1</link><pubDate>Fri, 23 Oct 2020 01:55:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90c1c016-1f2f-468f-a32f-1cf423ab3bda</guid><dc:creator>taoyinzhou</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Actually, my coap server needs to both send and receive coap packages. The nrf52840 coap server needs to send a registration package to the cloud server first, then I can receive a reply package from the cloud. So, I can confirm that the whole network is working.&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;I&amp;ensp;have&amp;ensp;attached&amp;nbsp;&amp;nbsp;the .pcap that trace on both the wpan0 interface as well as a&amp;nbsp;&lt;a href="https://openthread.io/guides/pyspinel/sniffer" rel="nofollow noopener noreferrer" target="_blank"&gt;sniffer packet capture&lt;/a&gt;&amp;nbsp;from the Thread network.&lt;/div&gt;
&lt;div&gt;Thread Master Key is&amp;nbsp;&amp;nbsp;00112233445566778899aabbccddeeff&lt;/div&gt;
&lt;div&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/10.23_2D00_sniffer.pcap"&gt;devzone.nordicsemi.com/.../10.23_2D00_sniffer.pcap&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/10.23_2D00_wpan0.pcap"&gt;devzone.nordicsemi.com/.../10.23_2D00_wpan0.pcap&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;you can see the first and second packages is the interaction between the cloud server and nrf52840 coap server. nrf52840 coap server&amp;nbsp; address is fd11:22::2d65:6cbb:4e63:ef8. I think the nrf52840 coap server should receive this package. The last package is the one that sent from the cloud to the coap server.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;Here is my code modified extract&lt;/span&gt;:&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;static otCoapResource m_property_set_request_resource =&lt;/div&gt;
&lt;div&gt;{&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; .mUriPath = &amp;quot;/$sys/CxD2hb4NHT/tttt/thing/property/set&amp;quot;,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; .mHandler = property_set_request_handler,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; .mContext = NULL,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; .mNext&amp;nbsp; &amp;nbsp; = NULL&lt;/div&gt;
&lt;div&gt;};&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;static void thread_coap_init(void)&lt;/div&gt;
&lt;div&gt;{&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; thread_coap_utils_configuration_t thread_coap_configuration =&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; {&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .coap_server_enabled&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= true,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .coap_client_enabled&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= true,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .configurable_led_blinking_enabled = false,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; };&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; thread_coap_utils_init(&amp;amp;thread_coap_configuration);&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;void thread_coap_utils_init(const thread_coap_utils_configuration_t * p_config)&lt;/div&gt;
&lt;div&gt;{&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; otInstance * p_instance = thread_ot_instance_get();&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; otError error = otCoapStart(p_instance, OT_DEFAULT_COAP_PORT);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; ASSERT(error == OT_ERROR_NONE);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; otCoapSetDefaultHandler(p_instance, coap_default_handler, NULL);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; m_config = *p_config;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; m_light_command_handler = light_changed_default;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; if (m_config.coap_server_enabled)&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; {&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; retval = app_timer_create(&amp;amp;m_provisioning_timer,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; APP_TIMER_MODE_SINGLE_SHOT,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; provisioning_timer_handler);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ASSERT(retval == NRF_SUCCESS);&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_light_resource.mContext&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = p_instance;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_property_set_request_resource.mContext = p_instance;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; error = otCoapAddResource(p_instance, &amp;amp;m_light_resource);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ASSERT(error == OT_ERROR_NONE);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; error = otCoapAddResource(p_instance, &amp;amp;m_property_set_request_resource);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ASSERT(error == OT_ERROR_NONE);&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; }&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;static void property_set_request_handler(void&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * p_context,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;otMessage&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* p_message,&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;const otMessageInfo * p_message_info)&lt;/div&gt;
&lt;div&gt;{&lt;/div&gt;
&lt;div&gt;&amp;nbsp; &amp;nbsp; printf(&amp;quot;property_set_request_handler\n&amp;quot;);&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;The function property_set_request_handler is not called.&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Is there some problems with my code that caused the received coap package handle improperly?&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Best,&lt;/div&gt;
&lt;div&gt;tao&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems on nrf52840 coap server to receive packages</title><link>https://devzone.nordicsemi.com/thread/276188?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2020 12:34:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0b060f8-7879-49ef-81d2-3c3ffa784657</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you provide more details about the &amp;quot;&lt;span&gt;internet coap client&amp;quot;? How are the packets addressed to the CoAP server node in the Thread network? Do you have global IPv6 connectivity to the border router?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you post logs, packet captures, etc that can help with identifying where the packets stop? If you could also upload the modified CoAP server project to show the changes you made, that would also be helpful.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>