V
V
Viktor Paperno2017-10-19 10:31:27
Arduino
Viktor Paperno, 2017-10-19 10:31:27

How to setup telnet client on ESP82266?

Task. On the ESP8266, you need to raise the Telnet client . There are a lot of examples with the server, but I did not find it with the client. I need a function that climbs to a given server, with a given port and receives a line into a variable. Development environment - Arduino IDE

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Skorzhinsky, 2017-10-20
@AndyKorg

This is a simple TCP client, I don’t know how on arduino, but on lwip (which is actually used in the expressif libraries) it is literally written in a couple of lines.

M
Max Otto, 2017-11-01
@0tt0max

Google RemoteDebug.h, it might help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question