-->
Page 1 of 3

Using external TCP/IP stack

PostPosted: Sat May 30, 2015 1:53 pm
by brooc
Hi all,
I want to use my OS's TCP/IP stack, and will write my own FW for the ESP8266.
Is SLIP the only way to go or can I find an API for writing directly to the MAC registers in order to send/receive data over the WiFi link and send the raw IP packets up to the host processor to process?

Re: Using external TCP/IP stack

PostPosted: Mon Jun 01, 2015 6:58 am
by eriksl
I've seen "something" of a mentioning of "wifi" or "wlan" "passthrough spi mode". It looks like that mode will pass raw 802.11 frames over spi, but then they wouldn't be available on the esp itself ;)

Re: Using external TCP/IP stack

PostPosted: Fri Jun 19, 2015 3:40 am
by brooc
Hi,
Can you please share a link?
Also what would raw 802.11 frames be useful for?
I want to send TCP/IP packets to the esp and have it add the WiFi frames and send it to the air...

I could also use a PPP connection to the esp, if that's possible. Do you have any idea about that?

Thanks!

Re: Using external TCP/IP stack

PostPosted: Fri Jun 19, 2015 9:20 am
by eriksl
Please explain what you're trying to achieve?