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

memtest: update for GCC5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 06 18:15:00 2017 +0100 (2017-02-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/liboping/description.txt	Mon Feb 06 18:15:00 2017 +0100
     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.