Hi, I'm quit new in this mc's stuff,
but i have to implement a client/server application with the evb. I'm trying to calculate something on the EVB and send the result back to my hostpc.
I'm using the udp protocol and the opentcp stack, which i've downloaded from the freescale page (for 5235bcc evb)
I've adapted the main.c a bit. I cut all the stuff for http server or telnet or something like this. Theres only the
init_timerpool();
arpinit();
udp_init();
initialization.
I've attached the main.c.
The problem is, that it doesn't send anything to my hostpc, where i've written a small server application.
Hope someone can help me
Sorry for my bad english, I'm from germany.