<?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>Thread Broadcast with CLI Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43476/thread-broadcast-with-cli-example</link><description>I&amp;#39;m interested in Thread for a industrial application which likely won&amp;#39;t have a border router. My application requires data be broadcast to all nodes in the network (node count is low max 8). Is this possible with Thread? How could I test this using the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Feb 2019 09:21:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43476/thread-broadcast-with-cli-example" /><item><title>RE: Thread Broadcast with CLI Example</title><link>https://devzone.nordicsemi.com/thread/170071?ContentTypeID=1</link><pubDate>Fri, 08 Feb 2019 09:21:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00dd3652-6259-442d-be7a-654042abcf9f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, this is possible. Thread support IPv6 natively and you can use its multicast capabilities within a Thread network.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please see &lt;a href="https://openthread.io/guides/thread-primer/ipv6-addressing#scopes"&gt;scope&lt;/a&gt; and &lt;a href="https://openthread.io/guides/thread-primer/ipv6-addressing#multicast"&gt;multicast&lt;/a&gt; sections in the OpenThread IPv6 addressing documentation.&lt;/p&gt;
&lt;p&gt;You can do ping multicast on link-local and mesh-local scopes in the CLI example like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;gt; panid 0xabcd
Done

&amp;gt; ifconfig up
Done

&amp;gt; thread start
Done

&amp;gt; state
child
Done

&amp;gt; router table
| ID | RLOC16 | Next Hop | Path Cost | LQ In | LQ Out | Age | Extended MAC     |
+----+--------+----------+-----------+-------+--------+-----+------------------+
|  4 | 0x1000 |        8 |         2 |     3 |      3 |   5 | f607098b15760d76 |
|  8 | 0x2000 |        4 |         2 |     3 |      3 |   3 | 1e1809bd08a51407 |
| 34 | 0x8800 |       63 |         0 |     0 |      0 |   0 | c68a7a93320e321e |

Done

&amp;gt; ping ff02::1
&amp;gt; 16 bytes from fe80:0:0:0:1c18:9bd:8a5:1407: icmp_seq=4 hlim=64 time=9ms
16 bytes from fe80:0:0:0:f407:98b:1576:d76: icmp_seq=4 hlim=64 time=19ms

&amp;gt; ping ff03::1
&amp;gt; 16 bytes from fdde:ad00:beef:0:0:ff:fe00:1000: icmp_seq=3 hlim=64 time=27ms
16 bytes from fdde:ad00:beef:0:0:ff:fe00:2000: icmp_seq=3 hlim=64 time=30ms&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>