Page 1 of 1

implementation of IPv6 in ESP-IDF v3.0

Posted: Wed May 30, 2018 3:00 pm
by bk@iot
Hi
I am working on ESP32 with ESP-IDF v3.0. Currently I am using IPv4. I want to enable DHCP IPv6. So is there any way we can use IPv6 in ESP-IDF.
Thanks in advance..

Re: implementation of IPv6 in ESP-IDF v3.0

Posted: Thu May 31, 2018 1:24 am
by ESP_Sprite
Yes, as far as I know, esp-idf is fully IPv6 aware.

Re: implementation of IPv6 in ESP-IDF v3.0

Posted: Thu May 31, 2018 2:51 am
by WiFive
Newer lwip has support for stateless dhcpv6 and rdnss and more ipv6 features but this is not in esp-idf yet

Re: implementation of IPv6 in ESP-IDF v3.0

Posted: Fri Jun 01, 2018 4:59 am
by bk@iot
ESP_Sprite wrote:Yes, as far as I know, esp-idf is fully IPv6 aware.
Thanks for ur reply @ESP_Sprite.
is there any example code for adding IPv6 in ESP-IDF...?

Re: implementation of IPv6 in ESP-IDF v3.0

Posted: Fri Jun 01, 2018 6:05 am
by WiFive