Add IPv6 + dualstack support
Posted: Thu Jan 22, 2015 8:59 am
It would be great if nodemcu supported IPv6. It seems that IPv6 support is already implemented in lwip:
http://lwip.wikia.com/wiki/LwIP_IPv4/IPv6_stacks
The majority of the work would be to merge...
...from the latest lwip version into the current code
I think IPv6 is an important feature in a modern IoT setup
http://lwip.wikia.com/wiki/LwIP_IPv4/IPv6_stacks
The majority of the work would be to merge...
Code: Select all
include/lwip/sockets.h
api/sockets.c
...from the latest lwip version into the current code
I think IPv6 is an important feature in a modern IoT setup