Bypassing TCP/IP stack on W6100

Hello,

My host controller has LWIP stack and manages internet connectivity over other interfaces too. So, I wanted to bypass the TCP/IP layer on W6100 chip. Is this possible? And if yes, could you point me to resources (links, sample codes, etc) on how to go about this?

W6100 has MACRAW mode and IPRAW mode. Please refer to page 109 and 115 of the datasheet.
https://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w6100:w6100_ds_v100e.pdf

IPRaw Mode socket can’t support TCP or UDP protocol number.

Only Mac raw socket help you.

1 Like