jeelabs / esp-link

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

is it possible to build up a transparent socket pipe to a outside server? no protocol. #463

Open FrankVon99 opened 4 years ago

FrankVon99 commented 4 years ago

is it possible to build up a transparent socket pipe to a outside server? no protocol.

We need this badly, and now we use other firmware to complete our MCU project, and that kind of firmware not open, and the hardware with that kind of firmware, have best seller.

FrankVon99 commented 4 years ago

yes, pass through mode.

FrankVon99 commented 4 years ago

pass through mode. from uC comport to remote server socket directly!

yesyesuk commented 4 years ago

Yes, this is the way I'm using esp-link in my home automation project. However, on TCP level esp-link is the server. My home automation software establishes a TCP connection to esp-link, then I can send any raw data in both directions and esp-link forwards the data TCP <-> serial.

uzi18 commented 4 years ago

someone still need to write this feature into esp-link source, on the other hand it is not good idea to connect to host in the internet, so it should be restricted to local network