Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By eriksl
#27212 https://github.com/eriksl/atmega328p-ip

It has always been there ;)

I thought the tcp processing was too basic (no segment retransmission, because the amount of memory of the mega doesn't allow for that), but it appears the tcp handling of lwip isn't that much extended ;)

Tcp works well with telnet etc, on a lossless layer 2 network (with ethernet and wlan mostly are), but for "production" I'd recommend using udp with a timeout and retry.