I am trying to fetch UDP data over Ethernet and send it using WiFi. i am able to either fetch UDP data from Ethernet (by using WICED_NETWORK_UP) or send UDP data over WiFi (by using WICED_NETWORK_UP_DEFAULT) individually.
But my current application demands setting up both network simultaneously. Do let me know if any further information is required on the same from my side.
Solved! Go to Solution.
Hello:
I added the ethernet interface with sta interface together in the attached, two interfaces can be brought up successfully together, you can have a try.
Hello:
I added the ethernet interface with sta interface together in the attached, two interfaces can be brought up successfully together, you can have a try.
HelloZhengbaoZ_96​,
after posting my problem i also tried the same approach and it worked properly. Thanks!!!
Right now my application is to receive data via Ethernet and send it via wi-fi. I am facing problem in this application as the moment wi-fi starts sending the data, the data reception on the Ethernet interface doesn't work. i am using udp_transmit.py for transmitting data and udp_echo_server.py for data reception. and i am sending the same packet via wi-fi which i have received from the ethernet.