Open overheat opened 1 year ago
ICMP is supported as in it replies to pings. Actually doing more advanced stuff would require an IcmpSocket in embassy-net, wrapping smoltcp's IcmpSocket. It should be similar to the UdpSocket already present if you want to use it as a template. PR's welcome :)
Need some help. #1123
I found ICMP support in README, but cannot find it in code.
Do we have any example for ICMP?