xyzroe / XZG

Unifies the best innovations from previous Zigbee gateway projects into a single, comprehensive solution
https://xzg.xyzroe.cc/
GNU General Public License v3.0
124 stars 27 forks source link

Add IPv6 support #102

Open joachimtingvold opened 2 months ago

joachimtingvold commented 2 months ago

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 commented 2 months ago

Current hardware board revision is not supported IPv6.

IPv6 support will be implemented in future releases.

xyzroe commented 2 months ago

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 commented 2 months ago

So I misunderstood u from the start.