Page 1 of 1

Comunicación de cliente-servidor con 2 esp8266

Posted: Wed Jun 26, 2019 10:33 pm
by Eider
Hola soy nuevo en el foro y en programación de micropython y quiero comunicar dos esp8266 en modo cliente-servidor pero he estado buscando y no encuentro nada que hablé de cómo hacerlo. Alguien me podria ayudar explicandome o dándome un enlace donde pueda consultar para realizar esta comunicación. Estaré muy agradecido que me ayuden Gracias.

MODERATOR: I added an english translation:

Hi, I'm new to the forum and to micropython programming and I want to communicate two esp8266 in client-server mode but I've been looking and I can not find anything I talked about how to do it. Someone could help me explaining or giving me a link where I can consult to make this communication. I will be very grateful that you help me. Thank you.

Re: Comunicación de cliente-servidor con 2 esp8266

Posted: Thu Jun 27, 2019 5:39 am
by Roberthh
Using the network, you can follow the usual methods, as nicely explained e.g. in https://realpython.com/python-sockets/

Re: Comunicación de cliente-servidor con 2 esp8266

Posted: Thu Jun 27, 2019 1:27 pm
by Eider
Gracias por sus aportes Roberthh :D