I need to make the exchange of information between my development board that is using the LPC1768 and a computer through the "ETHERNET" communication using UDP and SNMP. Since the computer is the CLIENT and the SERVER plate. Can anyone help me somehow? Thank you.
I've never worked with UDP or TCP / IP and socket, I just read about them. however I used the example "EASYWEB" . I did not understand much of this example
What do I need to configure to work with UDP / IP and SOCKET
You'd want a TCP/IP stack, see if you can find a LwIP port for your chip/board.
Heck try doing WinSock on a Windows PC to get your feet wet.
if you have an example I thank you. will help me a lot