| Port details |
- py-icmplib Easily generate ICMP packets
- 3.0.4 net
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: cy@FreeBSD.org
 - Port Added: 2025-12-09 05:06:05
- Last Update: 2025-12-09 05:05:43
- Commit Hash: 7f937bc
- Also Listed In: python
- License: GPLv3
- WWW:
- https://pypi.org/project/icmplib/
- Description:
- icmplib is a brand new and modern implementation of the ICMP protocol
in Python. Use the built-in functions or build your own, you have the
choice!
- Ready-to-use: icmplib offers ready-to-use functions such as the
most popular ones: ping, multiping and traceroute. An extensive
documentation also helps you get started.
- Modern: This library uses the latest mechanisms offered by Python
3.7+ and is fully object-oriented.
- Fast: Each class and function has been designed and optimized to
deliver the best performance. Some functions are also asynchronous
like the async_ping and async_multiping functions. You can ping
the world in seconds!
- Powerful: Use the library without root privileges, set the traffic
class of ICMP packets, customize their payload, send broadcast
requests and more!
- Evolutive: Easily build your own classes and functions with ICMPv4
and ICMPv6 sockets.
- Seamless integration of IPv6: Use IPv6 the same way you use IPv4.
- Cross-platform: Optimized for Linux, macOS and Windows. The library
automatically manages the specificities of each system.
- No dependency: icmplib is a pure Python implementation of the ICMP
protocol. It does not rely on any external dependency.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}icmplib>0:net/py-icmplib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-icmplib/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-icmplib
- pkg install py311-icmplib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-icmplib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-icmplib
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1765255433
SHA256 (icmplib-3.0.4.tar.gz) = 57868f2cdb011418c0e1d5586b16d1fabd206569fe9652654c27b6b2d6a316de
SIZE (icmplib-3.0.4.tar.gz) = 26744
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_py-icmplib
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|