Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By lucasromeiro
#73778
rudy wrote:Here is a very simple example. https://techtutorialsx.com/2018/01/01/e ... eb-server/

also https://github.com/me-no-dev/ESPAsyncTCP/issues/81

Hello Rudy!
Thanks for the tip! It worked with a library that passed me!
But ...
I'm using a standard library to open socket and send commands.
If not mistake is the: ESP8266WiFi.h
use these commands:
-WiFiClient client;
-client.connect(host, httpPort))
I think maybe this library also plays the part of the server ... can you tell me? I would like to use this, as it seems to be a more used library with more support.
Can you help me?