-
WebClient
[ArduinoEthernetLibraryIPv6] WebClient Original tutorial WebClient on Arduino Homepage. Open Arduino IDE Run Arduino IDE and Open “WebClient.ino” sketch. Upload Upload WebClient sketch. Serial Monitor - Result Open serial monitor and you’ll be able to see the your network information. And the results of “Arduino” search from ipv6.google.com are printed.
-
UDPSendReceiveString
[ArduinoEthernetLibraryIPv6] UDPSendReceiveString Original tutorial UDPSendReceiveString on Arduino Homepage. Open Arduino IDE Run Arduino IDE and Open “UDPSendReceiveString.ino” sketch. Upload Upload UDPSendReceiveString sketch. Serial Monitor Open serial monitor and you’ll be able to see the your network information. ScriptCommunicator Run TCP Client like ScriptCommunicator. ScriptCommunicator - Setting The UDPSendReceiveString is UDP application. Set UDPSendReceiveString’s LLA or GUA as destination address and port as destination port. ScriptCommunicator - Connect Connect to UDPSendReceiveString. ScriptCommunicator - Send Send a...
-
UdpNtpClient
[ArduinoEthernetLibraryIPv6] UdpNtpClient Original tutorial UdpNtpClient on Arduino Homepage. Open Arduino IDE Run Arduino IDE and Open “UdpNtpClient.ino” sketch. Upload Upload UdpNtpClient sketch. Serial Monitor - Result Open serial monitor and you’ll be able to see the your network information. And the UTC time printed every 11 seconds.
-
TelnetClient
[ArduinoEthernetLibraryIPv6] TelnetClient Original tutorial TelnetClient on Arduino Homepage. Open Arduino IDE Run Arduino IDE and Open “TelnetClient.ino” sketch. Set Server Address Set your IPv6 Server Address. ip6_server Upload Upload TelnetClient sketch. Processing Run TCP Server like Processing ChatServer or ScriptCommunicator. Serial Monitor - Connect Open serial monitor and you’ll be able to see the your network information and connection status. Serial Monitor - Send Send a message to Server. Processing - Result
-
LinkStatus
[ArduinoEthernetLibraryIPv6] LinkStatus Open Arduino IDE Run Arduino IDE and Open “LinkStatus.ino” sketch. Upload Upload LinkStatus sketch. Serial Monitor - Result Open serial monitor and you’ll be able to see the your network link status.