JAndrassy / WiFiEspAT

Arduino networking library. Standard Arduino WiFi networking API over ESP8266 or ESP32 AT commands.
GNU Lesser General Public License v2.1
271 stars 44 forks source link

TCP AT Client available? #107

Closed martinmmi closed 8 months ago

martinmmi commented 1 year ago

Is this Example also available for TCP?

https://github.com/JAndrassy/WiFiEspAT/blob/master/examples/Advanced/WiFiEspAT2UDP/WiFiEspAT2UDP.ino

https://github.com/JAndrassy/WiFiEspAT/blob/master/examples/Basic/UdpSendReceiveString/UdpSendReceiveString.ino

JAndrassy commented 1 year ago

all other examples use TCP

https://arduino.stackexchange.com/questions/66898/how-to-acheive-fast-and-reliable-communication-between-nodemcus/66899#66899