Hello everyone
I have a problem with the LWIP udp client.
In the attached file I try to setup a server on the port UDP_COMMAND_LOCAL_PORT (7).
And a client on the port UDP_CONSOLE_LOCAL_PORT (8).
The server is fine, whatever I do for the client it does not work. The call to the udp_send returns o, no error but nothing is sent.
The udp_connect is linked to the destination address the first time a UDP is received on the UDP_COMMAND_LOCAL_PORT, then I try to send the same data I receive on the UDP_COMMAND_LOCAL_PORT.
No way.
Suggestions???
Very needed, the headache is destroyful.....
Thank You
Original Attachment has been moved to: enet_udp_drv.c.zip
No interest for the problem.
Bassically I need a working example for a udp client, preferably with the raw api is enough for me..
Thank You