Networking-for-Arduino / EthernetENC

Ethernet library for ENC28J60. This is a modern version of the UIPEthernet library. EthernetENC library is compatible with all Arduino architectures with Arduino SPI library with transactions support. Only include EthernetENC.h instead of Ethernet.h
127 stars 28 forks source link

Ping response #19

Closed pablo-eg closed 2 years ago

pablo-eg commented 2 years ago

Hi!

Sorry if the question is stupid, is there any example of how to implement ping response?

Thanks in advance

JAndrassy commented 2 years ago

the uIP TCP/IP stack used in EthernetENC library responses to ping

pablo-eg commented 2 years ago

Do you mean that if the linkStatus is LinkON I should be able to ping my embedded system?

JAndrassy commented 2 years ago

Do you mean that if the linkStatus is LinkON I should be able to ping my embedded system?

IP must be assigned too

pablo-eg commented 2 years ago

Yesterday I tried, but it did not respond. I will try again. Thank you for replying