Skip to content
#

icmp-ping

Here are 81 public repositories matching this topic...

aescaler-a0d
aescaler-a0d commented May 31, 2019

Pinger.New() runs connectICMP() which runs icmp.ListenPacket(network, address) using static value "ip4:icmp" as network. Per icmp.ListenPacket() def, this only allows usage of privileged endpoints.

ListenPacket listens for incoming ICMP packets addressed to address. See net.Dial for the syntax of address.

For non-privileged datagram-oriented ICMP endpoints, network must be "udp4" or "u

enhancement good first issue
hauleth
hauleth commented Apr 14, 2021
  • 1 Destination Unreachable [RFC4443]
  • 2 Packet Too Big [RFC4443]
  • 3 Time Exceeded [RFC4443]
  • 4 Parameter Problem [RFC4443]
  • 100 Private experimentation [RFC4443]
  • 101 Private experimentation [RFC4443]
  • 128 Echo Request [RFC4443]
  • 129 Echo Reply [RFC4443]
  • 130 Multicast Listener Query [RFC2710]
  • 131 Multicast Listener Re
enhancement help wanted good first issue

The program is created to ping several ip addresses, put results in separate txt files, distribute files between folders, send email if ip is not reachable, send email if ip is reachable again. All action are independent for each ip address. The program has TRUE CLI, which is similar to CMD or router CLI.

  • Updated Feb 26, 2019
  • Python

Improve this page

Add a description, image, and links to the icmp-ping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the icmp-ping topic, visit your repo's landing page and select "manage topics."

Learn more