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.
This is not a task passed by a teacher. Over the past but a task at work. However one has ever done anything with Ethernet if you can help me somehow I thank you.
A packet at a time..
Have you done anything with UDP or TCP/IP? Worked with sockets?
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