<?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>How to get a Thread node join into a UDP Multicast group</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/99568/how-to-get-a-thread-node-join-into-a-udp-multicast-group</link><description>Hi all 
 
 
 How to get a thread node to join into a custom UDP Multicast group? 
 
 I found the CLI command like this: 
 
 But I couldn&amp;#39;t find any CLI command to add a custom multicast group. 
 Is it possible to add a custom multicast group?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 May 2023 12:40:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/99568/how-to-get-a-thread-node-join-into-a-udp-multicast-group" /><item><title>RE: How to get a Thread node join into a UDP Multicast group</title><link>https://devzone.nordicsemi.com/thread/424854?ContentTypeID=1</link><pubDate>Wed, 10 May 2023 12:40:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea7d66cb-9cea-428d-a4ac-468505d59ffb</guid><dc:creator>jhc</dc:creator><description>&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get a Thread node join into a UDP Multicast group</title><link>https://devzone.nordicsemi.com/thread/424746?ContentTypeID=1</link><pubDate>Wed, 10 May 2023 08:53:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:492cb49d-16da-4903-8e68-d711c5ffda82</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To make a Thread device subscribe to an IPv6 multicast address, you can use the ipmaddr add command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;ipmaddr add &amp;lt;ipaddr&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then you can send the UDP message to this multicast address.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Node 1 &lt;/strong&gt;(and other nodes that should subscribe to the multicast address)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; ot ipmaddr add ff05::1&lt;br /&gt;&amp;gt; ot udp open&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&amp;gt; ot udp bind :: 1234&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Node 2&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; ot udp open&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&amp;gt; ot udp send ff05:0:0:0:0:0:0:1 1234 hello&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>