<?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: Using TCP socket in LwIP on iMXRT1176 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1769729#M216947</link>
    <description>Hi, Kerry&lt;BR /&gt;Could I also ask for the code for the raw sockets, I use RT1052 as MCU.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Radoslaw</description>
    <pubDate>Wed, 06 Dec 2023 10:45:25 GMT</pubDate>
    <dc:creator>Radoslaw</dc:creator>
    <dc:date>2023-12-06T10:45:25Z</dc:date>
    <item>
      <title>Using TCP socket in LwIP on iMXRT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1659961#M206810</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have used lwip_ping_freertos_cm7 example. The example is working fine i.e. Its pinging the host device.&lt;/P&gt;&lt;P&gt;My understanding is that-&lt;/P&gt;&lt;P&gt;1) lwip_ping_bm example uses Raw APIs (i.e. Non OS uses Raw API)&lt;/P&gt;&lt;P&gt;2) OS mode can use Socket API and Raw API&lt;/P&gt;&lt;P&gt;3) lwip_ping_freertos example uses Socket API&lt;/P&gt;&lt;P&gt;My question is, during the socket creation, it's using SOCK_RAW as socket type and ICMP as socket protocol.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;lwip_socket(AF_INET, SOCK_RAW, IP_PROTO_ICMP);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to create SOCK_STREAM as socket type that uses TCP protocol. But if I directly modify it, its giving me error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to use ethernet with normal tcp/ip server-client example. But the above code is using sendto() ,recvfrom() APIs that are for UDP transmission. Can you help me, where to modify the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Devaharsha&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 12:42:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1659961#M206810</guid>
      <dc:creator>Devaharsha</dc:creator>
      <dc:date>2023-05-30T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using TCP socket in LwIP on iMXRT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1660334#M206835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201385"&gt;@Devaharsha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I highly recommend you use the company email to create the question in the future instead of the gmail, then that will have the higher support priority.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I have the RT1060 socket example, both client and server, you can refer it, as the lwip is the same for RT1060 and RT1176.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you want to get the project, please use your company email to create the new question, then&amp;nbsp;@me(kerry zhou), I will share th code to you in your new question post, thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 02:44:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1660334#M206835</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-05-31T02:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using TCP socket in LwIP on iMXRT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1664053#M207156</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My requirement is to use ethernet with normal tcp/ip server-client example. But the above code is using sendto() ,recvfrom() APIs that are for UDP transmission. Can you help me, where to modify the code?&lt;/P&gt;&lt;P&gt;I have used company email ID. Can you share the code?&lt;/P&gt;&lt;P&gt;Another question, there is ipv4_ipv6_freertos example. I have gone through the readme file, but I didnt get. Can you tell the steps how to test it?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Devaharsha&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 07:28:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1664053#M207156</guid>
      <dc:creator>Devaharsha</dc:creator>
      <dc:date>2023-06-06T07:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using TCP socket in LwIP on iMXRT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1664154#M207166</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201385"&gt;@Devaharsha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Which case or the community linker you have used your company email?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please share your case number and community, where did you get the socket code? In my memory, I still didn't receive your company email requirement, thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 08:58:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1664154#M207166</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-06-06T08:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using TCP socket in LwIP on iMXRT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1769729#M216947</link>
      <description>Hi, Kerry&lt;BR /&gt;Could I also ask for the code for the raw sockets, I use RT1052 as MCU.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Radoslaw</description>
      <pubDate>Wed, 06 Dec 2023 10:45:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/1769729#M216947</guid>
      <dc:creator>Radoslaw</dc:creator>
      <dc:date>2023-12-06T10:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using TCP socket in LwIP on iMXRT1176</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/2150641#M240047</link>
      <description>&lt;P&gt;Hello can you send me the code for the RT1176 socket example&lt;BR /&gt;I'm trying to integrate the RT1176 board to a web server via ethernet port&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 07:18:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-TCP-socket-in-LwIP-on-iMXRT1176/m-p/2150641#M240047</guid>
      <dc:creator>porifiro</dc:creator>
      <dc:date>2025-08-12T07:18:24Z</dc:date>
    </item>
  </channel>
</rss>

