freebsd-ports/net/liboping/pkg-descr
Kurt Jaeger 5042f90f38 net/liboping: 0.3.5 -> 1.8.0
Changes:
http://noping.cc/#documentation

PR:		198379
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (new maintainer)
Approved by:	maintainer timeout
2015-03-29 16:44:17 +00:00

13 lines
659 B
Text

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.
Included is a sample application, called oping, which demonstrates the
library's abilities. It is like ping, ping6, and fping rolled into one.
Version 1.4.0, a second example application, noping, provides an
ncurses-based front-end to liboping. Using curses windows it is able
to display the ping statistics online 'live'. An aberrant behavior
detection highlights all round-trip times that are unusually high or
low.
WWW: http://noping.cc/