Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHow to PING a computer host from NIOS
Hi, We are trying to PING a PC from the NIOS as a part of our application debug process. Is that possible, if so please suggest me how to do it or any link or pdf that I can follow. Than...
Altera_Forum
Honored Contributor
10 years agoPing uses ICMP. You can google "ping protocol" for details. However, you will also need the MAC and IP addresses for the computer you are talking to. You can use the ARP protocol to get a MAC address from an IP address, or just hard code it in your software.