Comunicación de cliente-servidor con 2 esp8266

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Eider
Posts: 3
Joined: Tue Jun 25, 2019 2:43 pm

Comunicación de cliente-servidor con 2 esp8266

Post by Eider » Wed Jun 26, 2019 10:33 pm

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.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

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

Post by Roberthh » Thu Jun 27, 2019 5:39 am

Using the network, you can follow the usual methods, as nicely explained e.g. in https://realpython.com/python-sockets/

Eider
Posts: 3
Joined: Tue Jun 25, 2019 2:43 pm

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

Post by Eider » Thu Jun 27, 2019 1:27 pm

Gracias por sus aportes Roberthh :D

Post Reply