Ping IP and check for response
barkster
Posts: 7
Is it possible to ping an ip address and check for response? If so anyone have an example?
Comments
http://spinneret.servebeer.com:5000/client/sget.htm
-Tor
-Tor
-Tor
The W5100 reports timeouts via socket registers and interrupts. I, as well as others, tend to poll the status register and use custom timers to determine a timeout.
Please see the W5100 datasheet and browse the existing code base, there's a lot of information. You might also take a peek at the link in post #2. Let me know if you have any questions.