python3-icmplib

forge ICMP packets and make your own ping and traceroute
  https://github.com/ValentinBELYN/icmplib
  0
  no reviews



Icmplib is an implementation of the ICMP protocol in Python. It is possible to use the built-in functions or to build your own. It features: * ready-to-use functions such as: ping, multiping and traceroute. * multithreaded functions (like multiping). * runs without root privileges. * ICMPv4 and ICMPv6 support. * Broadcast support. * No dependency.