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

User avatar
By martinayotte
#27126
eriksl wrote:I have an implemention (including basic IP (tcp/udp/icmp)) for atmega328p ;)


Did you gave it a try under ESP8266 ?
Is that an uIP implementation or PicoTCP or something else ?
(I've ported uIP to STM32 quite easily, so maybe it can be done for ESP)

Ciao !
User avatar
By eriksl
#27176
martinayotte wrote:
eriksl wrote:I have an implemention (including basic IP (tcp/udp/icmp)) for atmega328p ;)


Did you gave it a try under ESP8266 ?
Is that an uIP implementation or PicoTCP or something else ?
(I've ported uIP to STM32 quite easily, so maybe it can be done for ESP)

Ciao !


I made the ip implementation myself, from scratch.

I didn't feel the need to do it on esp8266 as it already comes with lwip.