I want to implement socket-less ARP ping with Arduino MEGA and W5100S module available from wiznet on the basis of Arduino Ethernet Library.
I have added the board support of W5100S in the Ethernet library but don't know how to implement the socket-less register access and functions.
Same functions is available in the IOLibrary implimented by wiznet for Rpi-Pico C++ sdk.(ioLibrary_Driver/Ethernet at master · Wiznet/ioLibrary_Driver · GitHub)
Implementation of similar program in C++ is available on
(Using Socket-less functions with RP2040 and W5100S - Hackster.io)
Can anyone help me implementing same on the Arduino IDE.
Thanks in advance.
isn't UDP good enough?
UDP /ICMP ping is very slow in execution if I want to ping multiple IP in one go.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.