wok-next diff liboping/description.txt @ rev 20645

Up libjpeg-turbo (1.5.3), libpng16 (1.6.34), libraw (0.18.7), shared-mime-info (1.9), tree (1.7.0), xapian (1.4.5); add time.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 01 23:19:32 2018 +0300 (2018-05-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/liboping/description.txt	Tue May 01 23:19:32 2018 +0300
     1.3 @@ -0,0 +1,17 @@
     1.4 +liboping – Library to ping IPv4 and IPv6 hosts in parallel
     1.5 +
     1.6 +liboping was inspired by ping, libping and fping: It differs from these
     1.7 +existing solutions in that it can “ping” multiple hosts in parallel using IPv4
     1.8 +or IPv6 transparently. Other design principles were an object oriented
     1.9 +interface, simplicity and extensibility.
    1.10 +
    1.11 +On top of liboping two command line applications have been built. “oping” is a
    1.12 +drop-in replacement for ping(1) with very similar output. “noping” is an
    1.13 +ncurses-based application which displays statistics while pinging and
    1.14 +highlights aberrant round-trip times.
    1.15 +
    1.16 +Features
    1.17 +
    1.18 +  * Support for multiple hosts.
    1.19 +  * Support for IPv4 and IPv6.
    1.20 +  * Object oriented interface.