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

Add IPv6 support #102

Open
joachimtingvold opened this issue Aug 18, 2024 · 3 comments
Open

Add IPv6 support #102

joachimtingvold opened this issue Aug 18, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@joachimtingvold
Copy link

joachimtingvold commented Aug 18, 2024

Is your feature request related to a problem? Please describe.
Can't run the device on IPv6-only networks.

Describe the solution you'd like
Add IPv6 support (SLAAC + Static as a minimum, DHCPv6 as a bonus).

Describe alternatives you've considered
N/A

Additional context
Services that should support IPv6: web service, DNS, NTP and Zigbee socket connection. Maybe also the firmware update parts (but that requires the external services to support IPv6 as well, so maybe that would have to be a future thing).

@SAOPP
Copy link
Contributor

SAOPP commented Sep 4, 2024

Current hardware board revision is not supported IPv6.

IPv6 support will be implemented in future releases.

@xyzroe
Copy link
Owner

xyzroe commented Sep 4, 2024

It's not a hardware issue.

to implement IPv6 support we need to change esp32-platform, that is using in the firmware, to a new version.

@SAOPP
Copy link
Contributor

SAOPP commented Sep 5, 2024

So I misunderstood u from the start.

@xyzroe xyzroe added the enhancement New feature or request label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants