Working with Ethernet & WiFi at the same time
Posted: Sun Jan 08, 2023 9:34 am
Hi, I have two questions about ethernet and WiFi interfaces
first, Can I work with ethernet and WiFi interfaces at the same time?
for example:
-WiFi has connected to an access point and its IP address is "192.168.10.111"
-Also Ethernet has connected and its IP is "192.168.15.78"
-A TCP server is created in port 80 in ESP32
now, I can receive requests over port 80 by +IPD in ESP32.
my question is if I send request packets to both IP addresses at the same time and continuously (WiFi "192.168.10.111" & Ethernet "192.168.15.78"), Is the ESP32 sends two +IPD for both interfaces through UART?
if yes, Are UART interfaces for ethernet and WiFi common or different?
Thank you so much.
first, Can I work with ethernet and WiFi interfaces at the same time?
for example:
-WiFi has connected to an access point and its IP address is "192.168.10.111"
-Also Ethernet has connected and its IP is "192.168.15.78"
-A TCP server is created in port 80 in ESP32
now, I can receive requests over port 80 by +IPD in ESP32.
my question is if I send request packets to both IP addresses at the same time and continuously (WiFi "192.168.10.111" & Ethernet "192.168.15.78"), Is the ESP32 sends two +IPD for both interfaces through UART?
if yes, Are UART interfaces for ethernet and WiFi common or different?
Thank you so much.