<?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>topic Re: KSDK HTTP server application using KSDK lwIP and FreeRTOS Changing Static Website pages in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/KSDK-HTTP-server-application-using-KSDK-lwIP-and-FreeRTOS/m-p/1879645#M4794</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suppose that you have to install perl on your PC, then try based on the readme.txt.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 08:28:21 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2024-06-03T08:28:21Z</dc:date>
    <item>
      <title>KSDK HTTP server application using KSDK lwIP and FreeRTOS Changing Static Website pages</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/KSDK-HTTP-server-application-using-KSDK-lwIP-and-FreeRTOS/m-p/1866841#M4779</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to change the content of the web pages in the lwip demo app http freertos.&lt;/P&gt;&lt;P&gt;The documtation says..&lt;/P&gt;&lt;P&gt;To modify content available through the web server you must complete following steps:&lt;BR /&gt;1. Modify, add or delete files in folder "middleware\lwip_2.0.0\src\apps\httpsrv\mkfs\web_pages".&lt;BR /&gt;2. Run the script file "middleware\lwip_2.0.0\src\apps\httpsrv\mkfs\mkfs.pl &amp;lt;directory name&amp;gt;" to generate new "httpsrv_fs_data.c".&lt;BR /&gt;For example:&lt;BR /&gt;C:\sdk\middleware\lwip_2.0.0\src\apps\httpsrv\mkfs&amp;gt; mkfs.pl webpage&lt;BR /&gt;Processing file webpage/auth.html&lt;BR /&gt;Processing file webpage/cgi.html&lt;BR /&gt;Processing file webpage/favicon.ico&lt;BR /&gt;Processing file webpage/help.html&lt;BR /&gt;Processing file webpage/httpsrv.css&lt;BR /&gt;Processing file webpage/index.html&lt;BR /&gt;Processing file webpage/NXP_logo.png&lt;BR /&gt;Processing file webpage/poll.html&lt;BR /&gt;Processing file webpage/request.js&lt;BR /&gt;Processing file webpage/ssi.shtml&lt;BR /&gt;Processing file webpage/welcome.html&lt;BR /&gt;Done.&lt;BR /&gt;3. Overwrite the middleware\lwip_2.0.0\src\apps\httpsrv\httpsrv_fs_data.c file by the new generated middleware\lwip_2.0.0\src\apps\httpsrv\mkfs\httpsrv_fs_data.c file.&lt;BR /&gt;4. Re-compile the HTTP server application example and download it to your board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the html pages are located in a directory..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MWMinor_0-1715841535301.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279048iA93018927EB20C17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MWMinor_0-1715841535301.png" alt="MWMinor_0-1715841535301.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whilst the mkfs.pl programme is located in a different directory..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MWMinor_1-1715841535304.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279049i958AD1813F307A89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MWMinor_1-1715841535304.png" alt="MWMinor_1-1715841535304.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and neither of them make reference to&amp;nbsp;middleware\lwip_2.0.0\.... so I am confused.&lt;/P&gt;&lt;P&gt;Can anyone shine any light please...??&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 06:39:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/KSDK-HTTP-server-application-using-KSDK-lwIP-and-FreeRTOS/m-p/1866841#M4779</guid>
      <dc:creator>MWMinor</dc:creator>
      <dc:date>2024-05-16T06:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK HTTP server application using KSDK lwIP and FreeRTOS Changing Static Website pages</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/KSDK-HTTP-server-application-using-KSDK-lwIP-and-FreeRTOS/m-p/1879645#M4794</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suppose that you have to install perl on your PC, then try based on the readme.txt.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 08:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/KSDK-HTTP-server-application-using-KSDK-lwIP-and-FreeRTOS/m-p/1879645#M4794</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-06-03T08:28:21Z</dc:date>
    </item>
  </channel>
</rss>

