Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNichestack and UDP
Hi, I am currently trying to configure altera's web server reference design on a cyclone IV FPGA. I want the webserver to transmit with the UDP/IP protocoll, and not TCP/IP. I can see that the nichestack always has udp enabled, but how and where can I do this?
I am not asking for the full solution here, but all hints and help is appreciated! Thanks in advance.1 Reply
- Altera_Forum
Honored Contributor
The nichestack uses the standard bsd sockets API, so any documentation about those sockets (such as wikipedia (http://en.wikipedia.org/wiki/bsd_socket)) should help you.