fping | High performance ping tool | Networking library

 by   schweikert C Version: v5.1 License: Non-SPDX

kandi X-RAY | fping Summary

kandi X-RAY | fping Summary

fping is a C library typically used in Networking applications. fping has no bugs, it has no vulnerabilities and it has medium support. However fping has a Non-SPDX License. You can download it from GitHub.

fping is a program to send ICMP echo probes to network hosts, similar to ping, but much better performing when pinging multiple hosts. fping has a long long story: Roland Schemers did publish a first version of it in 1992 and it has established itself since then as a standard tool. Current maintainer: David Schweikert .
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fping has a medium active ecosystem.
              It has 893 star(s) with 242 fork(s). There are 62 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 35 open issues and 128 have been closed. On average issues are closed in 316 days. There are 20 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of fping is v5.1

            kandi-Quality Quality

              fping has 0 bugs and 0 code smells.

            kandi-Security Security

              fping has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              fping code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              fping has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              fping releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fping
            Get all kandi verified functions for this library.

            fping Key Features

            No Key Features are available at this moment for fping.

            fping Examples and Code Snippets

            No Code Snippets are available at this moment for fping.

            Community Discussions

            QUESTION

            OSI Model Layer
            Asked 2021-Apr-15 at 13:05

            If a server is indicating that it is accepting connections, via fping (IP address indicating "is alive") is this layer 7 Application in the OSI Model or is this a layer 3 Network?

            At What layer in the OSI Model is this?

            kind of confused tried Wiki need further breakdown please thanks in advance.

            ...

            ANSWER

            Answered 2021-Apr-15 at 13:05

            "Accepting connections" might be far-fetched, the system can be responding to ICMP packets, yet not be capable to do anything else.

            It's layer 3, is on the same level as ARP:

            http://www.sakunsharma.in/2014/07/ping-icmp-layer-3-layer-4-protocol/

            Source https://stackoverflow.com/questions/67094784

            QUESTION

            Shell join list of Hosts with list of Ports
            Asked 2020-Apr-16 at 18:11

            I have a List in the format Host:Port. From that List I extract all Hosts to be able to run fping on it. All Hosts that respond are saved to another file with the according response time 99.194.7.13 : 44.60.

            How I can make a Linux shell script that joins the resulting Host List with the Ports from the Host:Port file and the response times in the format Host:Port time? Or is there a more efficient way to archieve an online check e.g. with a fping flag that ignores the ports but writes them to a file nevertheless?

            I tried with:

            ...

            ANSWER

            Answered 2020-Apr-16 at 18:11

            This seems to work with GNU sed:

            Source https://stackoverflow.com/questions/61250595

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fping

            If you want to install fping from source, proceed as follows:. If you can't run fping as root or can't use the cap_net_raw capability, you can also run fping in unprivileged mode. This works on MacOS and also on Linux, provided that your GID is included in the range defined in /proc/sys/net/ipv4/ping_group_range. This is particularly useful for running fping in rootless / unprivileged containers.
            Run ./autogen.sh (only if you got the source from Github).
            Run ./configure with the correct arguments. (see: ./configure --help)
            Run make; make install.
            Make fping either setuid, or, if under Linux: sudo setcap cap_net_raw+ep fping

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/schweikert/fping.git

          • CLI

            gh repo clone schweikert/fping

          • sshUrl

            git@github.com:schweikert/fping.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Networking Libraries

            Moya

            by Moya

            diaspora

            by diaspora

            kcptun

            by xtaci

            cilium

            by cilium

            kcp

            by skywind3000

            Try Top Libraries by schweikert

            postgrey

            by schweikertPerl

            fping-exporter

            by schweikertGo

            mailgraph

            by schweikertPerl

            gcp-infra-as-code

            by schweikertHTML

            fnrancid-scp

            by schweikertShell