UDP over ethernet on STM32-nucleoh743zi2 #3127
-
Hi all, Im trying to create simple udp connection over ethernet. I found this example: But im not sure if i need to use the TCP/IP stuck or not. Any explaination will be great. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please see our documentation, and follow the guidelines in our tutorials. |
Beta Was this translation helpful? Give feedback.
Please see our documentation, and follow the guidelines in our tutorials.
https://mongoose.ws/documentation/#udp
There is no such thing as "UDP over Ethernet" nor "pure UDP". I assume you are confused about running on an OS or using other means of getting a socket interface vs. using our built-in TCP/IP stack where you don't. That is a design decision. If you don't know, go the easy way: https://mongoose.ws/wizard/