control (1078B)
1Source: cnping 2Section: net 3Priority: optional 4Maintainer: Charles Lohr <lohr85@gmail.com> 5Build-Depends: debhelper-compat (= 12), 6 libglvnd-dev, 7 libx11-dev, 8 libxext-dev, 9 libxinerama-dev, 10 mesa-common-dev 11Standards-Version: 4.6.1 12Homepage: https://github.com/cntools/cnping/ 13VCS-Browser: https://github.com/cntools/cnping/ 14VCS-Git: https://github.com/cntools/cnping.git 15 16Package: cnping 17Architecture: any 18Depends: libcap2-bin, ${misc:Depends}, ${shlibs:Depends} 19Description: Minimal Graphical IP Ping Tool 20 cnping is a minimal graphical real time IP ping tool written in C. 21 It can send pings via ICMP (regular ping) or HTTP which is useful in case ICMP 22 is prohibited. Responses are displayed as vertical bars in a graphical window. 23 Red bars indicate a response was not (yet) received, white bars indicate the 24 response was received with a height relative to the round trip time. 25 Additional statistics are displayed as an overlay. 26 . 27 cnping uses rawdraw so it is OS independent and very light weight.