TCP and UDP, How Do I Get Both?
Posted: Sat Mar 16, 2024 7:04 pm
I'm coding for reception from potentially unanticipated WiFi sources for ESP32-WROOM-DA.
Can I use ESPAsyncWebServer for TCP and AsyncUDPPacket for UDP at the same time?
I know ESPAsyncWebServer is used separate HTTP transmissions from other protocols, but can it be used to directly access plain TCP transmissions?
Is there an ESPAsyncWebServer derivative which does UDP?
Can I use ESPAsyncWebServer for TCP and AsyncUDPPacket for UDP at the same time?
I know ESPAsyncWebServer is used separate HTTP transmissions from other protocols, but can it be used to directly access plain TCP transmissions?
Is there an ESPAsyncWebServer derivative which does UDP?