esp-open-lwip icon indicating copy to clipboard operation
esp-open-lwip copied to clipboard

Wish list the esp-open-lwip based on LWIP v.2

Open TridentTD opened this issue 6 years ago • 4 comments

Can you support esp-open-lwip another version that is based on LWIP v.2 ?

Thank you.

TridentTD avatar Mar 18 '18 15:03 TridentTD

Currently, I don't think, I'll find the time for that. Is there any special feature that you would expect from V2 in contrast to the current one?

martin-ger avatar Mar 18 '18 19:03 martin-ger

In the latest Arduino-ESP8266 core version 2.4.1 seem try to move to lwip v.2 . If esp-open-lwip is supported on lwip2, I think it's conviniant for Arduino-ESP8266 or ESP32 based on lwip V.2 too.

TridentTD avatar Mar 21 '18 04:03 TridentTD

You are right. I will look into this,when porting it to the ESP32.

I did some experiements with the v2 stack, but mainly to test IPv6, This doesn't work with the currenty ESP8266 NONOS SDK and so with Arduino. Too many assumptions about IP addresses being 4 bytes in the rest of the code.

The Arduino environment is also not my main focus and I think the IPv4-stuff that I need for routing work quite well in the current version. To my understanding the main differences are in the TCP/UDP area.

martin-ger avatar Mar 21 '18 08:03 martin-ger

Wow! Waiting your excellent job about lwip v2 for ESP32. Thank you.

TridentTD avatar Mar 23 '18 15:03 TridentTD