Skip to content
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

Open
imp1sh opened this issue Dec 28, 2023 · 5 comments
Open

IPv6 support #39

imp1sh opened this issue Dec 28, 2023 · 5 comments

Comments

@imp1sh
Copy link

imp1sh commented Dec 28, 2023

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…

@imp1sh
Copy link
Author

imp1sh commented Mar 1, 2024

It seems there is no IPv6 support whatsoever, please consider this a feature request.

@airgradienthq
Copy link
Owner

Unfortuntaley IP6 is currently not supported by the underlying libraries we use and it appears generally a problem for IoT devices like the ESP32.

@imp1sh
Copy link
Author

imp1sh commented Mar 29, 2024

Thanks for clarification.
That's a bummer. What libraries are used? Can we open up a ticket upstream?
Especially IoT should be v6 capable I believe.

@GoetzGoerisch
Copy link

IPv6 support is no problem for ESP32, lwIP and ESP-IDF support it.
BTW Tasmota has it, Esphome has it.

Which libs, that you are using does not support it?

@sgryphon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants