Altera_Forum
Honored Contributor
14 years agoTalking with Nios Socket Server from a host
I am working with Nios II Simple Socket Server sample running it on the Cyclon III board. When connected to the corporate LAN, this program gets dynamic IP address from DHCP and shows it in the console output:
Acquired IP address via DHCP client for interface: et1 IP address : 10.90.185.214 Simple Socket Server listening on port 30 Looking at this address, I can start talking with the device from the host: telnet 10.90.185.214 30 So far, it is OK. However, when such device runs without Nios console, I don't see this dynamic IP. How can I talk with such server from a host program? This question is more about PC programming, but I hope somebody has solution. Thanks.