Xiang Hou
Xiang Hou
> I think this needs a short conversation about what "localIP" really means here. If it is just the assigned address, then scope should be a parameter in localIPv6 rather...
> @altmannmarcelo Have you been able to retest this under 2.0.4? With 2.0.4, I can get "global IPv6 address for ESP32". But i faced problem on communication with IPv6. Using...
The following code is working between 2 ESP8266 boards. I will post ESP32 code later. ``` #include #include #include #include const char* ssid = "frye_v6"; const char* password = "12345678";...
Here is the test code for ESP32 to comunication using UDP via ipv6. But it's not working. ``` #include #include const char* ssid = "frye_v6"; const char* password = "12345678";...
Is "libraries/WiFi/src/WiFiUdp.cpp" also need to be update ? When people want to use IPv6 for UDP protocol.
With 2.0.4 still can not get public IPv6 address,only local link address. ``` [337040][D][WiFiGeneric.cpp:929] _eventCallback(): Arduino Event: 8 - STA_GOT_IP6 STA IPv6: fe80:0000:0000:0000:a6cf:12ff:fe99:eabc ``` ``` Update: IPv6Address WiFiSTAClass::localIPv6() will only...
> I was able to rebuild the LwIP library manually with correct configuration. After that IPv6 started working as expected and I was able to get global IPv6 address using...
The same code used on ESP8266 never have problem. But on ESP32, when there is some trouble on DNS lookup, and the result of "beginPacket" is not checked. I think...
I'm sorry I do not have ESP32-C3 Super Mini on my hand. I think you need fix it by your self. Is is a compilation error ? It should be...
I have moved on PlatformIO and not use Arduino any more. You have a very new Arduino that I have not been used. I just try to build this project...