esp-open-lwip
esp-open-lwip copied to clipboard
ESP8266 lwIP library with NAT, SLIP, ENC28j60 Ethernet, and routing support
Is it possible if I uses this lwip version (with NAPT feature supported) to make a WiFi repeater with a WiFi module support SPI interface communicate with STM32 host MCU?...
Hi, I integrated the lwip stack for ehternet and find that the stack is working for Ethernet. However I am not able to start the wifi stack. Is there an...
to explain how to enable ENC28J60IF
reposting this: I found out it was fixed by setting LWIP_HAVE_LOOPIF=0 and LWIP_HAVE_SLIPIF=0 but I had to disable content of lwip/netif/espenc.c in order to get it to compile without errors...
I got an fatal exception 9 in espconn_Task() https://github.com/martin-ger/esp-open-lwip/blob/1ebad4d5a1af77cd96aa4dbbb48e0dc8d7a5cacc/lwip/app/espconn_tcp.c#L388 In the arduino version https://github.com/martin-ger/lwip_nat_arduino/blob/master/lwip/src/app/espconn_tcp.c#L418 a variable active_flag was added. Should this also be done to this one? And possibly fix...
I have already built the esp-open-sdk's toolchain , it looks fine. When compiling the example's blinky, it's ok. However when I tried to compile this repo `esp-open-lwip`, it occurs some...
I understand that there is some routing happening on the ESP. what I want to do now is to always route the devices connected to the ESP NAT to a...
It can lead to DNS entries table is full error if more request for same host are made at a faster rate than the timeout happens But enabling it affects...
https://github.com/espressif/ESP8266_NONOS_SDK/commit/cf6c16167134c352b36f60c83356b5544b9f6010