{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:hackage/ping","name":"ping","description":"This library provides functions that have similar behavior as the\nunix command-line utility ping. In particular, both emit ICMP echo requests\nand wait for responses. This library uses a haskell implementation of ICMP\nrather than invoking `binping`. This avoids the costly process of starting\na child process. Additionally, there are greater opportunities for reusing\nsockets. The cost of this is that the user must ensure that one of these\nis true:\n\nThe kernel parameter net.ipv4.ping_group_range has been configured\nto allow pings to all IP addresses. (preferred solution)\n\nThe process is running with the the CAP_NET_RAW capability.\n\nThe process is running as root. (worst solution)","version":"0.1.0.5","softwareVersion":"0.1.0.5","license":"https://spdx.org/licenses/BSD-3-Clause","codeRepository":"https://github.com/andrewthad/ping","issueTracker":"https://github.com/andrewthad/ping/issues","url":"https://github.com/andrewthad/ping","keywords":["bsd3","library","network","Propose Tags"],"programmingLanguage":{"@type":"ComputerLanguage","name":"Haskell"},"maintainer":[{"@type":"Person","name":"andrewthad"}],"author":[{"@type":"Person","name":"andrewthad"}],"copyrightHolder":[{"@type":"Person","name":"andrewthad"}],"dateCreated":"2019-01-02","dateModified":"2023-06-21","datePublished":"2023-06-21","copyrightYear":2019,"downloadUrl":"https://hackage.haskell.org/package/ping-0.1.0.5/ping-0.1.0.5.tar.gz","applicationCategory":"hackage","runtimePlatform":"hackage","developmentStatus":"active","sameAs":["https://hackage.haskell.org/package/ping"],"https://www.w3.org/ns/activitystreams#likes":8,"https://forgefed.org/ns#forks":3}