[ArduinoEthernetLibraryIPv6] DhcpChatServer
Original tutorial DhcpChatServer on Arduino Homepage.
Open Arduino IDE
Run Arduino IDE and Open “DhcpChatServer.ino” sketch.
Upload
Upload DhcpChatServer 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 DhcpChatServer is TCP application.
Set DhcpChatServer’s LLA or GUA as destination address and port as destination port.
ScriptCommunicator - Connect
Connect to DhcpChatServer.
ScriptCommunicator - Send
Send a message to DhcpChatServer.
The DhcpChatServer will return your message including string “Hello, client!”.