X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=README;h=474a8dd3eb3322548373ed61ace690801cc3baf4;hb=fc98f4512f4f9a7cba3d4999a7f6d3da6aa5286a;hp=49b245e1b950849880abf64db95850c38a4a2737;hpb=080f3033b73978a44fa66b856f69077fd57f16bd;p=liboping.git diff --git a/README b/README index 49b245e..474a8dd 100644 --- a/README +++ b/README @@ -1,39 +1,54 @@ - liboping - Library to ping IPv4 and IPv6 hosts in parallel -============================================================ + liboping – Library to ping IPv4 and IPv6 hosts in parallel +════════════════════════════════════════════════════════════ http://verplant.org/liboping/ About ------ +━━━━━ liboping was inspired by ping, libping and fping: It differs from these - existing solutions in that it can `ping' multiple hosts in parallel using + 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. + On top of liboping two command line applications have been built. “oping” is + a drop-in replacement for ping(1) with very similar output. “noping” is an + ncurses-based application which displays statistics while pinging and + highlights aberrant round-trip times. + Features --------- +━━━━━━━━ + + • Support for multiple hosts. - * Support for multiple hosts. + • Support for IPv4 and IPv6. - * Support for IPv4 and IPv6. + • Object oriented interface. - * Object oriented interface. Perl bindings -------------- +━━━━━━━━━━━━━ Included in the source package of liboping are bindings for Perl. The code - resides in the bindings/ subdirectory but is not compiled and installed by - default. The problem is that before linking with the library, the library - must be installed. + resides in the bindings/ subdirectory and is compiled and installed by + default. To disable building the Perl bindings, call “configure” with + “--without-perl-bindings”. + + +Licensing terms +━━━━━━━━━━━━━━━ + + liboping is licensed under the “GNU Lesser General Public License” (LGPL), + version 2.1 or later. The exact licensing terms can be found in the file + “COPYING” included in the source distribution of liboping. + + The “oping” and “noping” utilities included in this package are licensed + under the “GNU General Public License” (GPL), version 2. The full licensing + terms can be found online at . - If you want to build the Perl bindings compile and install liboping first. - Then go into the bindings/ directory and type - $ make perl install Author ------- +━━━━━━ Florian octo Forster