Search found 3 matches

by hsy1000
Mon May 08, 2023 7:40 am
Forum: ESP-IDF
Topic: ESP32 SNTP not work over a pure IPv6 environment
Replies: 0
Views: 696

ESP32 SNTP not work over a pure IPv6 environment

I used ESP-IDF 4.4v. In order to distinguish my code from the problem of ESP-IDF, I test in the example of ESP-IDF. esp-idf/examples/protocols/sntp Modify like this: diff --git a/examples/protocols/sntp/main/sntp_example_main.c b/examples/protocols/sntp/main/sntp_example_main.c index 3733241640..313...
by hsy1000
Fri May 27, 2022 5:59 am
Forum: ESP-IDF
Topic: Is there a way to set the static address of IPv6 on ESP-IDF?
Replies: 0
Views: 1005

Is there a way to set the static address of IPv6 on ESP-IDF?

Is there a way to set the static address of IPv6 on ESP-IDF?
Is here has some function for ipv6 like this one. "esp_netif_set_ip_info"?
by hsy1000
Fri May 27, 2022 5:56 am
Forum: ESP IoT Solution 中文讨论版
Topic: ESP-IDF可以设置static IPv6地址以及相对应的DNS吗?
Replies: 0
Views: 2579

ESP-IDF可以设置static IPv6地址以及相对应的DNS吗?

请问esp idf支持配置静态IPv6吗?
我可以获得一个本地的地址,通过SLAAC.
当设备能连接到ipv6网络时也可以获得一个全球IPv6地址。
但是我并没有找到能设置ipv6静态地址的方法。