<?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: What tools are used to convert HTML into C language arrays in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1811604#M55463</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For HTTP server, it uses CGI protocol.&lt;/P&gt;
&lt;P&gt;Pls search the CGI protocol for the http server.&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;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1708416482008.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263932iDC86F5ABFF0AE978/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1708416482008.png" alt="xiangjun_rong_0-1708416482008.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 08:08:17 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2024-02-20T08:08:17Z</dc:date>
    <item>
      <title>What tools are used to convert HTML into C language arrays</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1810350#M55440</link>
      <description>&lt;P&gt;I used LPC54628, designed web server. I found SDK lwip_httpsrv. I can modify HTML file, but which tools can convert HTML to C language arrays? Many thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 01:57:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1810350#M55440</guid>
      <dc:creator>JohnDZhang</dc:creator>
      <dc:date>2024-02-18T01:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: What tools are used to convert HTML into C language arrays</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1811604#M55463</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For HTTP server, it uses CGI protocol.&lt;/P&gt;
&lt;P&gt;Pls search the CGI protocol for the http server.&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;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1708416482008.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263932iDC86F5ABFF0AE978/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1708416482008.png" alt="xiangjun_rong_0-1708416482008.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 08:08:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1811604#M55463</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-02-20T08:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: What tools are used to convert HTML into C language arrays</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1812503#M55471</link>
      <description>&lt;P&gt;Many thanks for your reply!&amp;nbsp;What I mean is how to convert HTML files into arrays in C language, not how to parse CGI.&lt;/P&gt;&lt;P&gt;For example, the auth.xml in my picture has been converted to "static const unsigned char httpsrv_fs_webpage_auth_html[]"&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 06:32:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1812503#M55471</guid>
      <dc:creator>JohnDZhang</dc:creator>
      <dc:date>2024-02-21T06:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: What tools are used to convert HTML into C language arrays</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1812645#M55475</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;it appears that the &lt;A href="https://realtimelogic.com" target="_blank"&gt;https://realtimelogic.com&lt;/A&gt; is used.&lt;/P&gt;
&lt;P&gt;Anyway I have asked the AE team, I will update after I get reply.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 08:56:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1812645#M55475</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-02-21T08:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: What tools are used to convert HTML into C language arrays</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1813266#M55486</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 01:40:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1813266#M55486</guid>
      <dc:creator>JohnDZhang</dc:creator>
      <dc:date>2024-02-22T01:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: What tools are used to convert HTML into C language arrays</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1818234#M55521</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This is AE reply:&lt;BR /&gt;"&lt;/P&gt;
&lt;P&gt;in SDK's "\middleware\lwip\src\apps\http\makefsdata" folder, there is makefsdata source code for convert HTML to C, customer need use Visual Studio to compile it to exe or other compiler tools for PC OS.&lt;/P&gt;
&lt;P&gt;Visual Studio project under folder "middleware\lwip\contrib\ports\win32\msvc"&lt;/P&gt;
&lt;P&gt;"&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;</description>
      <pubDate>Thu, 29 Feb 2024 02:44:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/What-tools-are-used-to-convert-HTML-into-C-language-arrays/m-p/1818234#M55521</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-02-29T02:44:31Z</dc:date>
    </item>
  </channel>
</rss>

