<?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: LWIP reference manual in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LWIP-reference-manual/m-p/470572#M3769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lwIP is licenced under a BSD license, please visit &lt;A href="http://savannah.nongnu.org/projects/lwip" rel="nofollow noopener noreferrer" title="http://savannah.nongnu.org/projects/lwip" target="_blank"&gt;lwIP - A Lightweight TCP/IP stack - Summary [Savannah]&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very useful for you could be documentation under Getting Started at &lt;A href="http://lwip.wikia.com/wiki/LwIP_Wiki" rel="nofollow noopener noreferrer" title="http://lwip.wikia.com/wiki/LwIP_Wiki" target="_blank"&gt;lwIP Wiki - Wikia&lt;/A&gt; &lt;/P&gt;&lt;P&gt;lwIP Application Developers Manual, &lt;A href="http://lwip.wikia.com/wiki/LwIP_Application_Developers_Manual" rel="nofollow noopener noreferrer" title="http://lwip.wikia.com/wiki/LwIP_Application_Developers_Manual" target="_blank"&gt;LwIP Application Developers Manual - lwIP Wiki - Wikia&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and there is also information about Netconn API with functions netconn_new(), netconn_connect(), netconn_send() ... &lt;A href="http://lwip.wikia.com/wiki/Netconn_API" rel="nofollow noopener noreferrer" title="http://lwip.wikia.com/wiki/Netconn_API" target="_blank"&gt;Netconn API - lwIP Wiki - Wikia&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 id="toc-hId-1511795618"&gt;&lt;SPAN class="mw-headline"&gt;&lt;STRONG&gt;netconn_connect&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="editsection"&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;PRE class="jive-pre"&gt;err_t netconn_connect ( struct netconn * aNetConn, ip_addr_t * aAddr, u16_t aPport ); &lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;in aNetConn : netconn structure received by &lt;A href="http://lwip.wikia.com/wiki/Netconn_new" rel="nofollow noopener noreferrer" title="Netconn new" target="_blank"&gt;netconn_new&lt;/A&gt; or &lt;A href="http://lwip.wikia.com/wiki/Netconn_Accept" rel="nofollow noopener noreferrer" title="Netconn Accept" target="_blank"&gt;netconn_accept&lt;/A&gt;. &lt;/LI&gt;&lt;LI&gt;in aAddr : the IP address of the remote server to connect to &lt;/LI&gt;&lt;LI&gt;in aPort : the port of the remote server to connect to &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Attempt to establish a connection between the local client and a remote server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;In case of any issue, please let me know.&lt;/P&gt;&lt;P&gt;&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, 14 Mar 2016 12:21:08 GMT</pubDate>
    <dc:creator>ivadorazinova</dc:creator>
    <dc:date>2016-03-14T12:21:08Z</dc:date>
    <item>
      <title>LWIP reference manual</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LWIP-reference-manual/m-p/470571#M3768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I 'm trying to learn new KSDK 2.0. I want to start new project with FreeRTOS and LWIP based on TCP Client. I can't find any documetation about LWIP. I'm using netconn API, but eg. I donť know if netconn_connect is blocking function or no and if this function has some parameters eg. timeout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 18:02:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LWIP-reference-manual/m-p/470571#M3768</guid>
      <dc:creator>Luky</dc:creator>
      <dc:date>2016-03-12T18:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: LWIP reference manual</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LWIP-reference-manual/m-p/470572#M3769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lwIP is licenced under a BSD license, please visit &lt;A href="http://savannah.nongnu.org/projects/lwip" rel="nofollow noopener noreferrer" title="http://savannah.nongnu.org/projects/lwip" target="_blank"&gt;lwIP - A Lightweight TCP/IP stack - Summary [Savannah]&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very useful for you could be documentation under Getting Started at &lt;A href="http://lwip.wikia.com/wiki/LwIP_Wiki" rel="nofollow noopener noreferrer" title="http://lwip.wikia.com/wiki/LwIP_Wiki" target="_blank"&gt;lwIP Wiki - Wikia&lt;/A&gt; &lt;/P&gt;&lt;P&gt;lwIP Application Developers Manual, &lt;A href="http://lwip.wikia.com/wiki/LwIP_Application_Developers_Manual" rel="nofollow noopener noreferrer" title="http://lwip.wikia.com/wiki/LwIP_Application_Developers_Manual" target="_blank"&gt;LwIP Application Developers Manual - lwIP Wiki - Wikia&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and there is also information about Netconn API with functions netconn_new(), netconn_connect(), netconn_send() ... &lt;A href="http://lwip.wikia.com/wiki/Netconn_API" rel="nofollow noopener noreferrer" title="http://lwip.wikia.com/wiki/Netconn_API" target="_blank"&gt;Netconn API - lwIP Wiki - Wikia&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 id="toc-hId-1511795618"&gt;&lt;SPAN class="mw-headline"&gt;&lt;STRONG&gt;netconn_connect&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="editsection"&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;PRE class="jive-pre"&gt;err_t netconn_connect ( struct netconn * aNetConn, ip_addr_t * aAddr, u16_t aPport ); &lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;in aNetConn : netconn structure received by &lt;A href="http://lwip.wikia.com/wiki/Netconn_new" rel="nofollow noopener noreferrer" title="Netconn new" target="_blank"&gt;netconn_new&lt;/A&gt; or &lt;A href="http://lwip.wikia.com/wiki/Netconn_Accept" rel="nofollow noopener noreferrer" title="Netconn Accept" target="_blank"&gt;netconn_accept&lt;/A&gt;. &lt;/LI&gt;&lt;LI&gt;in aAddr : the IP address of the remote server to connect to &lt;/LI&gt;&lt;LI&gt;in aPort : the port of the remote server to connect to &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Attempt to establish a connection between the local client and a remote server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;In case of any issue, please let me know.&lt;/P&gt;&lt;P&gt;&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, 14 Mar 2016 12:21:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/LWIP-reference-manual/m-p/470572#M3769</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-03-14T12:21:08Z</dc:date>
    </item>
  </channel>
</rss>

