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 ?