Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHelp please. Setting a host name innichestack
I am develping an application based on the Simple Socket Server example and it works fine with a static IP address. I want to use DHCP in the final design, but have a problem in that the only connect...
Altera_Forum
Honored Contributor
16 years agoThanks for all the replies to this.
I think the option that best suits my needs is the UDP broadcast. Because the board will ultimately be plugged into a network over which I have no control I don't want to require the end user to have to fiddle with their DHCP settings to get the board to work. The UDP message sounds like the best way to remove any effort from the end user. Thanks for the help, I'll report back with my progress (soon I hope!)