<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Wireless MCUのトピックRe: How to discover current nodes on a THREAD network?</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667607#M2822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused by this also. &amp;nbsp;That is, when I create a low power end node without alternate means of communication, it seems impossible to see its IP address. &amp;nbsp;Maybe the border router maintains a list of granted IP addresses? &amp;nbsp;All of the NXP examples seem to rely on typing in "ifconfig" into the console to learn IP addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I read about CoAP, I might need to create a CoAP Resource Directory? &amp;nbsp;My understanding is that end-nodes can POST their available resource links somehow into a &lt;SPAN&gt;/.well-known/core&amp;nbsp;&lt;/SPAN&gt;directory, and then outside sources can see those resource links, and GET them. &amp;nbsp;If this is true, does the resource directory reside on the border router, or does each end-node have its own directory? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the Copper extension for Firefox to perform coap interaction, and I have an RNDIS border router set up&amp;nbsp;for the connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Aug 2017 20:17:55 GMT</pubDate>
    <dc:creator>calebrust</dc:creator>
    <dc:date>2017-08-09T20:17:55Z</dc:date>
    <item>
      <title>How to discover current nodes on a THREAD network?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667606#M2821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a project, where it would be necessary to obtain some information&amp;nbsp; (ip addresses, eui ...) about the current nodes on the thread network. My question: what is the best way to do it. My first idea is to use the thread network diagnostic and diagnostic TLVs for this purpose, but I would like to ask if there is a common way / best practice for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:08:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667606#M2821</guid>
      <dc:creator>tusoritibor</dc:creator>
      <dc:date>2017-08-07T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to discover current nodes on a THREAD network?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667607#M2822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused by this also. &amp;nbsp;That is, when I create a low power end node without alternate means of communication, it seems impossible to see its IP address. &amp;nbsp;Maybe the border router maintains a list of granted IP addresses? &amp;nbsp;All of the NXP examples seem to rely on typing in "ifconfig" into the console to learn IP addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I read about CoAP, I might need to create a CoAP Resource Directory? &amp;nbsp;My understanding is that end-nodes can POST their available resource links somehow into a &lt;SPAN&gt;/.well-known/core&amp;nbsp;&lt;/SPAN&gt;directory, and then outside sources can see those resource links, and GET them. &amp;nbsp;If this is true, does the resource directory reside on the border router, or does each end-node have its own directory? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the Copper extension for Firefox to perform coap interaction, and I have an RNDIS border router set up&amp;nbsp;for the connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 20:17:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667607#M2822</guid>
      <dc:creator>calebrust</dc:creator>
      <dc:date>2017-08-09T20:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to discover current nodes on a THREAD network?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667608#M2823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use the &lt;STRONG&gt;$getnodesip&lt;/STRONG&gt;&amp;nbsp;shell command, this instruction will send a Get Diagnostic /d/dq message asking for the IPv6 address list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;node will reply with a Get Diagnostic Answer /d/da containing its IPv6 addresses after receiving the instruction&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 18:44:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667608#M2823</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2017-08-14T18:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to discover current nodes on a THREAD network?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667609#M2824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answers!&lt;/P&gt;&lt;P&gt;The getnodesip command really works, however i would like a solution that works on a host controller device (there is no shell there). I checked the code performing getnodesip, and i sent the same management get command from the python sdk wrapper. Unfortunately it gave me segmentation fault after the first incoming response. Now i try to do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 10:12:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667609#M2824</guid>
      <dc:creator>tusoritibor</dc:creator>
      <dc:date>2017-08-25T10:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to discover current nodes on a THREAD network?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667610#M2825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By any chanche have you checkes the enums file in the hsdk? &amp;nbsp;I believe that the&amp;nbsp;THR_MgmtDiagnosticResetRequestTlvId class might help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 16:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-discover-current-nodes-on-a-THREAD-network/m-p/667610#M2825</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2017-08-25T16:51:10Z</dc:date>
    </item>
  </channel>
</rss>

