2020-03-05 06:11 AM
Hello all,
I've recently started a new project with the Nucleo144-F429ZI, where I want to be able to send UDP packets over Ethernet (broadcast). I've found a limited example of a HTTP server with the LWIP stack, but I'm totally unfamiliar with it and think it is quite confusing. Where to start when I want to implement UDP? How can I sent UDP packets, and where can I set destination addresses?
Thanks!