<?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: TCP/TP Client and Server Example for K64F in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TCP-TP-Client-and-Server-Example-for-K64F/m-p/1066667#M57211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hi Andy!&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;From our SDK you could refer to&amp;nbsp; &amp;nbsp;&lt;EM&gt;&amp;nbsp;lwip_tcpecho&lt;/EM&gt; and&lt;EM&gt; lwip_httpsrv&lt;/EM&gt; examples.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;In the&amp;nbsp; &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-344866"&gt;&lt;STRONG style="color: blue; "&gt;Brief Introduction to LwIP stack in MCUXpresso SDK&lt;/STRONG&gt;&lt;/A&gt; you will find the description of the Lwip stack API&amp;nbsp;&amp;nbsp; and a overview of the available Lwip examples.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I recommend you take a look the following community posts with similar inquiries.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; I.&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/505037"&gt;&lt;SPAN style="color: blue;"&gt;mx rt 1050 evkb lwip tcp client&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/520469"&gt;&lt;SPAN style="color: blue;"&gt;Lwip webserver and tcp client at same time is posibble ?&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/512398"&gt;&lt;SPAN style="color: blue;"&gt;Lwip Client Echo Application [SOLVED]&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I apologize for the delay on my reply.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;If I can help further, please let me know.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Regards,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2020 04:32:08 GMT</pubDate>
    <dc:creator>diego_charles</dc:creator>
    <dc:date>2020-08-11T04:32:08Z</dc:date>
    <item>
      <title>TCP/TP Client and Server Example for K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TCP-TP-Client-and-Server-Example-for-K64F/m-p/1066666#M57210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on the TCP Client and Server for K64F.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The lwip ping, hdcp example from SDK is done on the FRDM-K64F board.&lt;/P&gt;&lt;P&gt;However, where can I get the example for TCP client and server code ?&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, 05 Aug 2020 14:48:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TCP-TP-Client-and-Server-Example-for-K64F/m-p/1066666#M57210</guid>
      <dc:creator>chhsu0229</dc:creator>
      <dc:date>2020-08-05T14:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/TP Client and Server Example for K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TCP-TP-Client-and-Server-Example-for-K64F/m-p/1066667#M57211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hi Andy!&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;From our SDK you could refer to&amp;nbsp; &amp;nbsp;&lt;EM&gt;&amp;nbsp;lwip_tcpecho&lt;/EM&gt; and&lt;EM&gt; lwip_httpsrv&lt;/EM&gt; examples.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;In the&amp;nbsp; &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-344866"&gt;&lt;STRONG style="color: blue; "&gt;Brief Introduction to LwIP stack in MCUXpresso SDK&lt;/STRONG&gt;&lt;/A&gt; you will find the description of the Lwip stack API&amp;nbsp;&amp;nbsp; and a overview of the available Lwip examples.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I recommend you take a look the following community posts with similar inquiries.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; I.&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/505037"&gt;&lt;SPAN style="color: blue;"&gt;mx rt 1050 evkb lwip tcp client&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/520469"&gt;&lt;SPAN style="color: blue;"&gt;Lwip webserver and tcp client at same time is posibble ?&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/512398"&gt;&lt;SPAN style="color: blue;"&gt;Lwip Client Echo Application [SOLVED]&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I apologize for the delay on my reply.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;If I can help further, please let me know.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Regards,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 04:32:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TCP-TP-Client-and-Server-Example-for-K64F/m-p/1066667#M57211</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-08-11T04:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/TP Client and Server Example for K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TCP-TP-Client-and-Server-Example-for-K64F/m-p/1066668#M57212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank your for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 05:07:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TCP-TP-Client-and-Server-Example-for-K64F/m-p/1066668#M57212</guid>
      <dc:creator>chhsu0229</dc:creator>
      <dc:date>2020-08-11T05:07:23Z</dc:date>
    </item>
  </channel>
</rss>

