-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 support #39
Comments
It seems there is no IPv6 support whatsoever, please consider this a feature request. |
Unfortuntaley IP6 is currently not supported by the underlying libraries we use and it appears generally a problem for IoT devices like the ESP32. |
Thanks for clarification. |
IPv6 support is no problem for ESP32, lwIP and ESP-IDF support it. Which libs, that you are using does not support it? |
As mentioned above, all the underlying components have IPv6, so you can get it working by going to the lower level. The higher level Arduino-ESP32 library will have IPv6 support in v3.0 (currently in RC): https://github.com/espressif/arduino-esp32/releases/tag/3.0.0-rc1 |
Is the hardware / software combination able to handle IPv6? If so it would be nice to have it as an option in the Config secion…
The text was updated successfully, but these errors were encountered: