<?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 send a 'source route included' frame</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837270#M5559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you set the coordinator as a concentrator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to avoid the storage of return routes (from the concentrator) in the Routing tables of intermediate nodes, the technique of source routing is used - the outward route taken by a message to the concentrator is remembered by the concentrator and embedded in the response message.&lt;/P&gt;&lt;P&gt;You should use the next&amp;nbsp;ZPS_eAplZdoManyToOneRouteRequest periodically to keep the table updated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2019 23:54:38 GMT</pubDate>
    <dc:creator>mario_castaneda</dc:creator>
    <dc:date>2019-01-18T23:54:38Z</dc:date>
    <item>
      <title>How to send a 'source route included' frame</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837264#M5553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The source code of JN-SW-4170 can only see the packaging process of the ZCL layer. The network layer is packaged in ZPS_eAplAfUnicastAckDataReq. The frames sent by it are Source Route Included = No. I want to send a frame containing 'Source Route List'.(see zigbee-specification &lt;SPAN class=""&gt;3.3.1.9&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;What should I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 14:13:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837264#M5553</guid>
      <dc:creator>teddyzheng</dc:creator>
      <dc:date>2018-12-27T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a 'source route included' frame</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837265#M5554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the&amp;nbsp;B.5.8 Route Record Table, The device should be concentrator and look at the structure.&lt;/P&gt;&lt;P&gt;zps_nwk_nib.h&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;typedef&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;struct&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; uint16 u16NwkDstAddr&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;/**&amp;lt; Destination address */&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8&amp;nbsp; u8RelayCount&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;/**&amp;lt; Relay count */&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; uint16 au16Path&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;11&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;/**&amp;lt; The total number of hops is 11 because the tunnel command can only fit
&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;&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;&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; that many hops */&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; ZPS_tsNwkRctEntry&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf" rel="nofollow noopener noreferrer" title="https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 23:15:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837265#M5554</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2018-12-27T23:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a 'source route included' frame</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837266#M5555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I know this table. I sent &lt;SPAN class=""&gt;route discovery(many to one), and got route record. There are new records added to this table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;but the frame sent by the coordinator does not seem to contain 'Source Route' in the network layer. I need to confirm it. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;For your reply, is the process of&amp;nbsp;ZPS_eAplAfUnicastAckDataReq like this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;1. Look at&amp;nbsp;&lt;SPAN&gt;Route Record Table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;&lt;SPAN&gt;2. S&lt;SPAN style="background-color: #ffffff;"&gt;end a frame containing 'Source Route List', i&lt;/SPAN&gt;f there is a record of the destination address in the table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;&lt;SPAN&gt;3. Send a frame&amp;nbsp;does not contain&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;'Source Route List', if there is &lt;STRONG&gt;no&lt;/STRONG&gt; record of the&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;destination address in the table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;4.&amp;nbsp;Whether to contain&amp;nbsp;'Source Route List' is &lt;SPAN&gt;processed&amp;nbsp;&lt;/SPAN&gt;automatically, no need to call any API.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Is that right?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2018 03:34:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837266#M5555</guid>
      <dc:creator>teddyzheng</dc:creator>
      <dc:date>2018-12-28T03:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a 'source route included' frame</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837267#M5556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;I verified that &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;contain&amp;nbsp;&lt;/SPAN&gt;'Source Route List' when the route record table has a record with a destination address.&lt;/P&gt;&lt;P&gt;But the records in the route record table are sometimes lost.&lt;BR /&gt;My route record table size is set to 50, routing table size is set to 1. When the route record is received, the route record table will add a corresponding record, but after a while (about 1 minute or even shorter), the whole The route record table is cleared.What causes the route record table to be cleared?&lt;/P&gt;&lt;P&gt;Thanks！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2018 08:45:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837267#M5556</guid>
      <dc:creator>teddyzheng</dc:creator>
      <dc:date>2018-12-28T08:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a 'source route included' frame</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837268#M5557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello？&lt;/P&gt;&lt;P&gt;I hope to get help, Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 07:32:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837268#M5557</guid>
      <dc:creator>teddyzheng</dc:creator>
      <dc:date>2019-01-02T07:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a 'source route included' frame</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837269#M5558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi Mario,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;What do you guess is the reason for the loss of records in 'route record table'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks！&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2019 13:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837269#M5558</guid>
      <dc:creator>teddyzheng</dc:creator>
      <dc:date>2019-01-13T13:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a 'source route included' frame</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837270#M5559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Teddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you set the coordinator as a concentrator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to avoid the storage of return routes (from the concentrator) in the Routing tables of intermediate nodes, the technique of source routing is used - the outward route taken by a message to the concentrator is remembered by the concentrator and embedded in the response message.&lt;/P&gt;&lt;P&gt;You should use the next&amp;nbsp;ZPS_eAplZdoManyToOneRouteRequest periodically to keep the table updated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 23:54:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-a-source-route-included-frame/m-p/837270#M5559</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-01-18T23:54:38Z</dc:date>
    </item>
  </channel>
</rss>

