forked from arduino-libraries/Ethernet
-
Notifications
You must be signed in to change notification settings - Fork 11
AdvancedChatServer
taylor edited this page Apr 18, 2019
·
4 revisions
Original tutorial AdvancedChatServer on Arduino Homepage.
Run Arduino IDE and Open "AdvancedChatServer.ino" sketch.
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 AdvancedChatServer sketch.
Open serial monitor and you'll be able to see the your network information.
Run TCP Client like ScriptCommunicator.
The AdvancedChatServer is TCP application.
Set AdvancedChatServer's LLA or GUA as destination address and port as destination port.
Connect to AdvancedChatServer.
The AdvancedChatServer will has sent your connection number.