<?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>LPC MicrocontrollersのトピックIPv6 in LPCOpen example dc_freertos_webserver</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580720#M20273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kmdewaal on Fri Jul 31 03:21:40 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For a research project I needed IPv6 support on an LPC43xx board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not find an IPv6 example application anywhere so I have now modified modified the LPCOpen example application dc_freertos_webserver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This example application, as found on the LPCOpen server, has an old LWIP stack that supports only IPv4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;However, the latest LWIP from the git repository at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsavannah.nongnu.org%2Fprojects%2Flwip" rel="nofollow" target="_blank"&gt;http://savannah.nongnu.org/projects/lwip&lt;/A&gt;&lt;SPAN&gt; does have IPv6 support!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have simply replaced the old LWIP with the latest LWIP and have now a working example with IPv6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To make this work, I have made changes to the "glue layer" file lpc18xx_43xx_emac.c and to the application itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is useful for somebody I can make a zip file of the application and email it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Klaas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:20:15 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:20:15Z</dc:date>
    <item>
      <title>IPv6 in LPCOpen example dc_freertos_webserver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580720#M20273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kmdewaal on Fri Jul 31 03:21:40 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For a research project I needed IPv6 support on an LPC43xx board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not find an IPv6 example application anywhere so I have now modified modified the LPCOpen example application dc_freertos_webserver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This example application, as found on the LPCOpen server, has an old LWIP stack that supports only IPv4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;However, the latest LWIP from the git repository at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fsavannah.nongnu.org%2Fprojects%2Flwip" rel="nofollow" target="_blank"&gt;http://savannah.nongnu.org/projects/lwip&lt;/A&gt;&lt;SPAN&gt; does have IPv6 support!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have simply replaced the old LWIP with the latest LWIP and have now a working example with IPv6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To make this work, I have made changes to the "glue layer" file lpc18xx_43xx_emac.c and to the application itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is useful for somebody I can make a zip file of the application and email it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Klaas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:20:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580720#M20273</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 in LPCOpen example dc_freertos_webserver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580721#M20274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by matiaspecchia on Fri May 13 22:17:13 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi!,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This would be useful for me! May I receive the a zip&amp;nbsp; file with the code/changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:20:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580721#M20274</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 in LPCOpen example dc_freertos_webserver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580722#M20275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Klaas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you send me the changes you made to get IPv6 working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 09:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580722#M20275</guid>
      <dc:creator>jeroenbussink</dc:creator>
      <dc:date>2017-04-26T09:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 in LPCOpen example dc_freertos_webserver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580723#M20276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;It will really help me out !! . Please email me at &lt;A href="mailto:abdullah.shafiq@tspirits.com"&gt;abdullah.shafiq@tspirits.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 10:04:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580723#M20276</guid>
      <dc:creator>abdullahshafiq</dc:creator>
      <dc:date>2017-08-28T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 in LPCOpen example dc_freertos_webserver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580724#M20277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got IPv6 working with the following changes:&lt;/P&gt;&lt;P&gt;In lpc 18xx_43xx_emac.c&lt;/P&gt;&lt;P&gt;add&amp;nbsp;LPC_ETHERNET-&amp;gt;MAC_FRAME_FILTER |= MAC_FF_PM;&lt;/P&gt;&lt;P&gt;You need to be able to receive mulitcast packages for ipv6&amp;nbsp;Neighbor Solicitation.&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;/P&gt;&lt;P&gt;add add this case "case ETHTYPE_IPV6:" to the switch in lpc_enetif_input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 08:47:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580724#M20277</guid>
      <dc:creator>jeroenbussink</dc:creator>
      <dc:date>2017-09-28T08:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 in LPCOpen example dc_freertos_webserver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580725#M20278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, please, send me this solution at robson_net@live.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2019 04:38:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580725#M20278</guid>
      <dc:creator>robsonsantos</dc:creator>
      <dc:date>2019-03-09T04:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 in LPCOpen example dc_freertos_webserver</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580726#M20279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, very interesting,&lt;/P&gt;&lt;P&gt;c&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;ould you send me the changes you made to get IPv6 working ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sebbox@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 07:35:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IPv6-in-LPCOpen-example-dc-freertos-webserver/m-p/580726#M20279</guid>
      <dc:creator>sebastien_lauri</dc:creator>
      <dc:date>2019-09-02T07:35:27Z</dc:date>
    </item>
  </channel>
</rss>

