<?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>Kinetis Software Development KitのトピックRe: Web server.</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Web-server/m-p/426941#M2360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Buxman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the main page for HTTP Server Demo on lwIP TCP/IP Stack, you can modify here in main.c, inserting code to &lt;STRONG&gt;const static char&lt;/STRONG&gt; http_index_html[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find it here&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\examples\frdmk64f\demo_apps\lwip\lwip_httpserver_demo\httpserver_rtos\&lt;STRONG&gt;main.c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14483582972275552 jive_text_macro" data-renderedposition="140.21665954589844_8_1212_32" jivemacro_uid="_14483582972275552" modifiedtitle="true"&gt;&lt;P&gt;const static char http_html_hdr[] = "HTTP/1.1 200 OK\r\nContent-type: text/html\r\n\r\n";&lt;/P&gt;&lt;P&gt;const static char http_index_html[] = "&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Congrats!&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;h1&amp;gt;Welcome to our lwIP HTTP server!&amp;lt;/h1&amp;gt;&amp;lt;p&amp;gt;This is a very small test page, served by httpserver-netconn. You can type here what you want&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;";&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="demo2.png"&gt;&lt;IMG alt="demo2.png" src="https://community.nxp.com/t5/image/serverpage/image-id/9785i5EB99BE7004D9E2C/image-size/large?v=v2&amp;amp;px=999" title="demo2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2020 13:19:31 GMT</pubDate>
    <dc:creator>ivadorazinova</dc:creator>
    <dc:date>2020-11-02T13:19:31Z</dc:date>
    <item>
      <title>Web server.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Web-server/m-p/426940#M2359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estoy probando el ejemplo lwip_httpserver_demo_frdmk64f y funciona perfecto, la pregunta es: como puedo cambiar o modificar el contenido del index.html?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 18:02:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Web-server/m-p/426940#M2359</guid>
      <dc:creator>jorgebuxman</dc:creator>
      <dc:date>2015-11-19T18:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Web server.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Web-server/m-p/426941#M2360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Buxman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the main page for HTTP Server Demo on lwIP TCP/IP Stack, you can modify here in main.c, inserting code to &lt;STRONG&gt;const static char&lt;/STRONG&gt; http_index_html[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find it here&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\examples\frdmk64f\demo_apps\lwip\lwip_httpserver_demo\httpserver_rtos\&lt;STRONG&gt;main.c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14483582972275552 jive_text_macro" data-renderedposition="140.21665954589844_8_1212_32" jivemacro_uid="_14483582972275552" modifiedtitle="true"&gt;&lt;P&gt;const static char http_html_hdr[] = "HTTP/1.1 200 OK\r\nContent-type: text/html\r\n\r\n";&lt;/P&gt;&lt;P&gt;const static char http_index_html[] = "&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Congrats!&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;h1&amp;gt;Welcome to our lwIP HTTP server!&amp;lt;/h1&amp;gt;&amp;lt;p&amp;gt;This is a very small test page, served by httpserver-netconn. You can type here what you want&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;";&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="demo2.png"&gt;&lt;IMG alt="demo2.png" src="https://community.nxp.com/t5/image/serverpage/image-id/9785i5EB99BE7004D9E2C/image-size/large?v=v2&amp;amp;px=999" title="demo2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:19:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Web-server/m-p/426941#M2360</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2020-11-02T13:19:31Z</dc:date>
    </item>
  </channel>
</rss>

