Replies: 1 comment 2 replies
-
I researched the API and from that perspective IPv6 doesn't make a difference. The API just uses the IPAddress class to get and set IP addresses of both types. Esspressif supports IPv6 for ESP32 and esp8266 arduino community supports IPv6 too. You can use W5500 with both of them since they use it at |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I find very interesting that you look at all the different network API implementations existing for Arduino, there are so many. But did you consider extending the scope to IPv6 as well ? In particular, while the ESP and W5x00 chips are clearly oriented towards IPv4, it is interesting to see that some others like the "good old' ENC28J60 may have a second life since its IP layer is in SW (AFAIK) and its internal memory can be a key into the support of IP for the 2k RAM constrained ATmega boards.
Beta Was this translation helpful? Give feedback.
All reactions