I'm new to arduino and I'm trying to use IPv6 with arduino UNO and ethernet shield(W5100).
I have found EtherSia IPv6 (https://github.com/njh/EtherSia) library and run MiniHTTPServer.ino sketches.
The serial monitor always print link-local address. I can't find a way to set global address.
[EtherSia MiniHTTPServer]
Failed to configure Ethernet
Our link-local address is: fe80:0000:0000:0000:9cb3:19ff:fec7:1b10
Our global address is: 0000:0000:0000:0000:0000:0000:0000:0000
Ready.
Any suggestions for IPv6 ethernet shield or IPv6 library for Arduino?