Forum Discussion
Altera_Forum
Honored Contributor
19 years agoRetrieve the IP address (DHCP)
Hi, My application is similar to the examples found with the Nios II IDE (simple_socket_server...). It is based on microC/OS-II and NicheStack. Bassically, I send/receive UDP packets to/from th...
Altera_Forum
Honored Contributor
19 years agoHi Slacker,
Firstly, thanks for the fast answer. I had success with the nets data structure. # ############################# ip_addr my_ip_addr; my_ip_addr = nets[0]->n_ipaddr;# ############################# For the netstatic data structure, it was undeclared. Regards Martin