Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37402157
en ru br
ALT Linux repos
S:1.10.0-alt2
4.0: 1.1.2-alt1.M40.1

Group :: System/Libraries
RPM: liboping

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.10.0-alt2
Build date: 3 october 2021, 12:09 ( 132.7 weeks ago )
Size: 59.66 Kb

Home page:   https://github.com/octo/liboping

License: LGPLv2.1
Summary: Liboping library
Description:

liboping is a C library to generate ICMP echo requests, better known
as "ping packets". It is intended for use in network monitoring
applications or applications that would otherwise need to fork
ping(1) frequently.

liboping was inspired by ping, libping (homepage vanished) and fping:
it differs from these existing solutions in that it can `ping' multiple
hosts in parallel using IPv4 or IPv6 transparently. Other design
principles were an object oriented interface, simplicity and
extensibility: Is simple because there are only a few interface
functions and no external dependencies. It's extensible since all
(internal) data is kept in "opaque data types", so the storage may
change or be extended without applications noticing it.

Current maintainer: Anton Farygin

List of contributors

List of rpms provided by this srpm:

  • liboping
  • liboping-debuginfo
  • liboping-devel
  • oping
  • oping-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin