[ArduinoEthernetLibraryIPv6] AdvancedChatServer

Original tutorial AdvancedChatServer on Arduino Homepage.

Open Arduino IDE

Run Arduino IDE and Open “AdvancedChatServer.ino” sketch.

Set Network Information

Set your IPv6 Network information.

  • mac

    MAC Address

  • ip6_lla

    Link Local Address

  • ip6_gua

    Global Unicast Address

  • ip6_sn6

    Subnet Mask IPv6 Address

  • ip6_gw6

    Gate Way IPv6 Address

  • ip6_dns6

    Link Local Address

Upload

Upload AdvancedChatServer 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 AdvancedChatServer is TCP application.

Set AdvancedChatServer’s LLA or GUA as destination address and port as destination port.

ScriptCommunicator - Connect

Connect to AdvancedChatServer.

The AdvancedChatServer will has sent your connection number.

Serial Monitor - Result

taylor.An's profile image

taylor.An

2019-04-23 13:10

All posts