Code

ChangeLog, README: Updated information for the 1.0.0 release.
[liboping.git] / README
1  liboping - Library to ping IPv4 and IPv6 hosts in parallel
2 ============================================================
3 http://verplant.org/liboping/
5 About
6 -----
8   liboping was inspired by ping, libping and fping: It differs from these
9   existing solutions in that it can `ping' multiple hosts in parallel using
10   IPv4 or IPv6 transparently. Other design principles were an object oriented
11   interface, simplicity and extensibility.
14 Features
15 --------
17   * Support for multiple hosts.
19   * Support for IPv4 and IPv6.
21   * Object oriented interface.
24 Perl bindings
25 -------------
27   Included in the source package of liboping are bindings for Perl. The code
28   resides in the bindings/ subdirectory and is compiled and installed by
29   default. To disable building the Perl bindings, call `configure' with
30   `--without-perl-bindings'.
33 Author
34 ------
36   Florian octo Forster <octo at verplant.org>