Forum Discussion
Altera_Forum
Honored Contributor
21 years agoLWIP 0.7.1 udp server
Hello @ all! I want to implement a simple UDP server with the NIOS2 and LWIP 0.7.1. But there are many problems coding that simple thing. I used some predefined code (found in other newsg...
Altera_Forum
Honored Contributor
21 years agoOops.
I think one socket is enough for sending data. Inside the loop it will set up one socket for every packet, destroy it and set up new for the next packet. I think if the socket is bound to a remote port it will be able so send data. There is no need to send ARP requests all the time. But I will try it. Maybe it works. thx and greetings.