<?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>OpenThread: Connecting Thread Devices to Internet</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68249/openthread-connecting-thread-devices-to-internet</link><description>Hi, 
 
 I am trying to do a quick PoC to connect some thread nodes to the cloud through a BorderRouter(RPi3b+ running Nordic Border Router, connected to a router using LAN Cable). 
 
 The devices needs to communicate with the Cloud to send and recive</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 15 Nov 2020 14:22:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68249/openthread-connecting-thread-devices-to-internet" /><item><title>RE: OpenThread: Connecting Thread Devices to Internet</title><link>https://devzone.nordicsemi.com/thread/280018?ContentTypeID=1</link><pubDate>Sun, 15 Nov 2020 14:22:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8190fca-803d-4df0-833f-debe7363d5b5</guid><dc:creator>tejaChintalapati</dc:creator><description>&lt;p&gt;Thanks Simonr. I appreciate your help (:&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread: Connecting Thread Devices to Internet</title><link>https://devzone.nordicsemi.com/thread/279873?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 09:29:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d45d2c0-4a3b-46c1-b5f6-08ffb6a9f3c6</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not entirely sure how exactly these products do communication both ways. It might be by using the NAT46 protocol, but it also seems like it could be by using &lt;a href="https://tools.ietf.org/html/rfc6146"&gt;stateful NAT64 &lt;/a&gt;as well (I can not guarantee that this will work out-of-the-box in our BR solution).&lt;/p&gt;
&lt;p&gt;&amp;quot;In the absence of preexisting state in a NAT64, only IPv6 nodes can initiate sessions to IPv4 nodes. This works for roughly the same class of applications that work through IPv4-to-IPv4 NATs.&amp;quot; &amp;quot;Depending on the filtering policy used (Endpoint-Independent, or Address-Dependent), IPv4-nodes might be able to initiate sessions to a given IPv6 node, if the NAT64 somehow has an appropriate mapping (i.e., state) for an IPv6 node, via one of the following mechanisms:&amp;quot;&lt;/p&gt;
&lt;p&gt;Other solutions include IPv6 tunneling, or running a local central gateway that handles packets to and from the cloud.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread: Connecting Thread Devices to Internet</title><link>https://devzone.nordicsemi.com/thread/279760?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 14:21:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a39d8953-2385-467b-9863-a31d586ca489</guid><dc:creator>tejaChintalapati</dc:creator><description>&lt;p&gt;Thanks Simonr for such a detailed explaination.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/68249/openthread-connecting-thread-devices-to-internet/279750#279750"]Cloud can&amp;#39;t send data to the nodes on its own initiative.[/quote]
&lt;p&gt;If this is the case, I couldn&amp;#39;t understand how Nest and &lt;a href="https://9to5mac.com/2020/11/11/eve-thread-homekit/"&gt;Eve&lt;/a&gt; devices communicate both ways to/from the cloud in countries&amp;nbsp; where IPv6 penetration is low. How do you think this can be achieved? Is it through NAT46?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread: Connecting Thread Devices to Internet</title><link>https://devzone.nordicsemi.com/thread/279750?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 13:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f30c46d4-491e-4d0c-8d9f-be20bf890e2e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;1. That depends if you hav IPv6 connectivity to the end nodes or not. We have two Cloud examples in the Zigbee &amp;amp; Thread SDK. We have the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_google_iot_coap.html"&gt;Thread Google Cloud Platform CoAP example&lt;/a&gt; and the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_thethings_io_coap.html"&gt;Thread thethings.iO Cloud CoAP client example&lt;/a&gt;. Both of these work over IPv4, but only sends requests to the Cloud. This means that the nodes can POST/PUT data to the Cloud server and GET data from the Cloud, but the Cloud can&amp;#39;t send data to the nodes on its own initiative.&lt;/p&gt;
&lt;p&gt;2. If you have native IPv6 connectivity with a large enough subnet to the border router for it to furher continue the subnet down to the requirements in Thread/64 prefix address space. Then each node will receive a global unique IPv6 address that the cloud can use to send data to. Without IPv6 connectivity, the communication will go through the NAT64 protocol, which translates IPv6 packets to IPv4 packets and vice versa. There&amp;#39;s also a NAT46 protocol that can help with data the other way (cloud to node), but this is not supported in the Border Router solution we provide.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>