cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit d7712ab29df126fa3960448b631fd772be6fffb9
parent 7ba122a7e6aaa54902dd7f24d906e352f184b747
Author: CNLohr <lohr85@gmail.com>
Date:   Mon, 23 Nov 2020 16:17:39 -0800

Update README.md
Diffstat:
MREADME.md | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -11,9 +11,7 @@ Usage: cnping [host] [period] [extra size] [y-axis scaling] [window title] [const y-axis scaling] -- use a fixed scaling factor instead of auto scaling (optional) [window title] -- the title of the window (optional) ``` -Picture: - -<IMG SRC=cnping.png> +<IMG SRC=https://i.imgur.com/Yj5coKN.gif> If an http host is listed, the default request is ```HEAD /favicon.ico HTTP/1.1``` since this is usually a very fast, easy operation for the server. If a specific file or uri is requested, that will be requested instead, i.e. http://github.com/cnlohr will request ```HEAD /cnlohr HTTP/1.1```.