Skip to content
taylor edited this page Apr 18, 2019 · 2 revisions

[IPv6] 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

Back to IPv6 Page

Clone this wiki locally