Search found 1 match

by ptschulik
Tue Sep 18, 2018 10:58 am
Forum: ESP32 Arduino
Topic: Simultanous UDP and TCP Server
Replies: 0
Views: 2507

Simultanous UDP and TCP Server

For an application I want the ESP32 to listen simultaniously to UDP and TCP messages, that should be progressed. My code worked fine with an ESP8286 with an Arduino where I used the CMUX functionality for that. Now I try to port the code to the ESP32 I managed to complete the code for receiving and ...