arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
254 stars 257 forks source link

Ping #80

Open MajicCat opened 5 years ago

MajicCat commented 5 years ago

Has anyone got ICMP ping working?

The older examples look to have issues.

taylor-an commented 5 years ago

cap 2019-01-10 08-30-18-082 cap 2019-01-10 08-29-54-708

It works.

MajicCat commented 5 years ago

Is the example code posted?

taylor-an commented 5 years ago

I'm just execute on Arduino (Windows IDE), Example > Ethernet -> ChatServer.

The hercules send a ICMP Ping.

sbminimalistics commented 5 years ago

I know it's not an issue with the library, but I feel here I might find some ninjas to answer this question: what about pinging the opposite direction (from Arduino to network)? ICMP Ping library doesn't work with Ethernet 2.0 any more. Tried adjusting ICMP Ping library myself, but the code looks to be over top of my understanding. Anyone around who has already solved this puzzle?

thekunalsaini commented 4 years ago

Hi @MajicCat , I'm executed it on Arduino (Windows IDE) and also uses ChatServer.

The Hercules sends an ICMP Ping.

orichienal commented 3 years ago

I'm definitely looking for a way to ping from the arduino with ethernet 2.0, has anyone found a solution?