How to establish a socket connection between client and server that is NOT over http ?
Posted: Fri Oct 18, 2019 1:16 pm
Hello !
TL;DR: I would like to know how to initialize a connection between ESP32 and a server that is NOT over http:
I found something about WiFiClient and WiFiServer being able to do that. The thing is that I need to use ETH, not WiFi. Also, is WiFiClient the only library that has TCP capabilities ?
TL;DR: I would like to know how to initialize a connection between ESP32 and a server that is NOT over http:
- Server asks for data from the ESP
- ESP sends data to server over UDP
I found something about WiFiClient and WiFiServer being able to do that. The thing is that I need to use ETH, not WiFi. Also, is WiFiClient the only library that has TCP capabilities ?