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.
you have some code that uses these functions to transfer data over Ethernet? you can send so I can use it as a base to start my?
Yes, these functions can be used with thr LPC1768, I use them myself, very easy to use
what I need and transfer data using ethernet, UDP / IP and SNMP, and I'm needing some example so I can serve as a basis to start my project. it is my first program that uses ethernet. so much difficulty
you know any example that transfers data over ETHERNET who is not the "EASYWEB"? because already tried to understand this very complex code more thought. A code example will help me giving me a base to start my program Thanks for the rapid responses
Those are links to the manual. You're going to have to study the whole manual - which will include finding the supported processors.
Note that the library manuals will assume that you are already familiar with TCP, IP, etc.
Short of paying someone to do this for you, you can't escape the study & learning phase...
These functions can be used for the LPC1768?
I've read several tutorials talking about it. Now my difficulty to start doing this program. I already took a look at the example "EASYWEB" more thought very complex. you do not have a simpler example? what I intend to do and just send and receive data using the Ethernet
Ethernet typically uses IEEE 802.3 type packets, protocols like IPX and SPX or UDP and TCP/IP are layered on top of that.
Plenty of books on networking, ethernet, and protocols, if this is an unfamiliar area for you, start there.
thanks for the link, but I'm looking for something more detailed about Ethernet communication. because it is the first time that use Ethernet. If anyone has something to explain what needs to configure, how to configure ethernet to use as UDP and SNMP. thank you
if you have an example I thank you. will help me a lot
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.
What do I need to configure to work with UDP / IP and SOCKET
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
A packet at a time..
Have you done anything with UDP or TCP/IP? Worked with sockets?
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.
View all questions in Keil forum