I am using STM32 microcontroller for sending UDP message. I did everything about microcontroller side. I followed this video: https://www.youtube.com/watch?v=Kc7OHc7JfRg&list=RDCMUCkdqtSMnhYuMsJkyHOxiPZQ&index=4&ab_channel=ControllersTech
But while i am sending to UDP message to server, i am observing ECHO protocol instead of UDP protocol on WIRESHARK. Why it seems like ECHO? Normally i have to see UDP. Is there any different reason about this result?
I applied UDP prossedure in STM32 microcontroller side. But i didn't see UDP protocol on WIRESHARK. I see ECHO Protocol.