An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

ping

This library provides functions that have similar behavior as the unix command-line utility ping. In particular, both emit ICMP echo requests and wait for responses. This library uses a haskell implementation of ICMP rather than invoking `binping`. This avoids the costly process of starting a child process. Additionally, there are greater opportunities for reusing sockets. The cost of this is that the user must ensure that one of these is true: The kernel parameter net.ipv4.ping_group_range has been configured to allow pings to all IP addresses. (preferred solution) The process is running with the the CAP_NET_RAW capability. The process is running as root. (worst solution)

Ecosystem
hackage.haskell.org
Latest Release
0.1.0.5
over 2 years ago
Versions
6
Downloads
1,939 total
Dependent Packages
1
Dependent Repos
1
ping 0.1.0.5
This library provides functions that have similar behavior as the unix command-line utility ping....
6 versions - Latest release: over 2 years ago - 1 dependent package - 1 dependent repositories - 1.94 thousand downloads total - 8 stars on GitHub - 1 maintainer
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.

Filter
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/ping
spec
License BSD-3-Clause
First Release about 7 years ago
Last Synced 17 days ago
Repository
Stars 8 on GitHub
Forks 3 on GitHub