padmaneela
Junior Member level 1
i want to implement Ethernet interface, for this i need IP stack.so i looking for UDP IP stack?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i want to implement Ethernet interface, for this i need IP stack.so i looking for UDP IP stack?
you need a ethernet mac, udp is higher protocol, althought a stack implementation will contain a mac.
r u using ucp or tcp?
are you using socket programming apis to communicate? or what is the procedure you are following for data transfer?
now i am implementing Ethernet MAC with TCP/IP Stack.
not using socket Programming
i am Trying for sample code but didnt get anything appropriate to my requirement..
when googled some people are telling to buy Stack from Keil or use Keil MDK Professional which has library.
i want to implement stack.... i have googled so much but i didnt get how tcp/ip works? Procedure or steps..
finally i am able to transmit and receive Data in LPC2368 using TCP protocol taking reference from Easyweb sample program. but when i am trying to transmit using UDP i am not able to transmit Data to Ethernet. i am able to receive the data.have done framing comparing received Frame. is there any point i am missing ??