jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Connection between 2 mcu #385

Open pavellzubkov opened 6 years ago

pavellzubkov commented 6 years ago

Can i use esp-link to establish connection between 2 mcu or it impossible? I trying connect 2 esp8266 with esp-link each to other, but uart is silent...

yesyesuk commented 6 years ago

I don't think this works currently. esp-link is "only" a TCP server and not a TCP client. For a direct connection you would need a server and a client to establish a connection.

uzi18 commented 6 years ago

It is possible with use of ELClient library on one side.