Arduino itself does not sell an Ethernet shield with native IPv6 support. I even asked the support for it. This is a pity.
If someone has an idea how I can use IPv6 on an Arduino (WiFi or Ethernet), please reply!
#IPv6 #Networking #Arduino #Fail
@mark22k IPv6 is a software/network stack issue, nothing to do with hardware; i.e. works with standard shields, see: https://github.com/njh/EtherSia
@sgryphon Yes and no. IPv4 is already integrated in the hardware chip. Just as IPv6 is also integrated in some chips from WIZnet. This saves the IP stack in the code.Thanks for the link!
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.
@sgryphon Yes and no. IPv4 is already integrated in the hardware chip. Just as IPv6 is also integrated in some chips from WIZnet. This saves the IP stack in the code.
Thanks for the link!