From 677a9e0b6a2c4293302bfe690f17a13919f009e8 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Tue, 20 Feb 2024 11:35:55 +0100 Subject: [PATCH] Add: liboping --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf6ac75..5a48bbf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1382** +* Apps/tools covered: **1383** * Number of categories: **76**. # Index @@ -22,7 +22,7 @@ Some links are available to [related resources](#resources). * [Games](#games) (49), [Git and accessories](#git) (50), [Graphics](#graphics) (37) * [History management](#history) (4) * [Markdown](#markdown) (11) -* [Networking](#networking) (56), [Note taking](#note-taking) (22) +* [Networking](#networking) (57), [Note taking](#note-taking) (22) * [Office tools](#office) (13), [Online search and resources](#online) (17), [Organizers and calendars](#organizers) (22) * [Package managers](#package-manager) (15), [Password managers](#password-manager) (18), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (25), [Productivity](#productivity) (10), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (36), [Prompts](#prompt) (4) * [RSS](#rss) (10), [Religion](#religion) (4) @@ -923,6 +923,7 @@ Networks and communication tools: bandwidth monitoring, packet inspection, remot * [hflow](https://github.com/comradequinn/hflow) - A command-line, debugging http/s proxy server. * [humble-explorer](https://github.com/koenvervloesem/humble-explorer) - Cross-platform, command-line and human-friendly Bluetooth Low Energy scanner. * [ipcalc](http://jodies.de/ipcalc) - Takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. +* [liboping](https://github.com/octo/liboping) - Protocol independent ANSI-C ping library and command line utility. * [mitmproxy](https://mitmproxy.org/) - An interactive HTTPS proxy. * [mosh](https://mosh.org/) - Remote SSH client that achieve good responsiveness in presence of intermittent connectivity and roaming. * [mtr](https://github.com/traviscross/mtr) - mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. diff --git a/data/apps.csv b/data/apps.csv index 27347c9..feff20a 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1381,3 +1381,4 @@ file-explorer,kupo,,https://github.com/darrenburns/kupo,"A terminal file browser text-processing,logshark,,https://github.com/ugosan/logshark,Logshark is a debugger CLI for JSON logs written in Go. email,meli,,https://github.com/meli/meli,Terminal mail client. system,nemu,,https://github.com/nemuTUI/nemu,Ncurses UI for QEMU. +networking,liboping,,https://github.com/octo/liboping,Protocol independent ANSI-C ping library and command line utility.