Pingct
A simple ping like tool to check the network connectivity.
Install / Use
/learn @ctyar/PingctREADME
pingct
A simple Ping like tool to check the network connection issues. pingct is designed to constantly check the network connectivity and in case of any issues run a set of tests to facilitate troubleshooting.
Get started
Install the required .NET SDK.
Run this command:
$ dotnet tool install --global pingct
And run the tool with:
$ pingct
Usage
pingct [command] [options]
Options:
-?, -h, --help Show help and usage information
--version Show version information
Commands:
config Prints the path to the config file
Config file
{
"Ping": "4.2.2.4",
"Delay": 1500,
"MaxPingSuccessTime": 120,
"MaxPingWarningTime": 170,
"Tests": [
{
"Type": "ping",
"Host": "192.168.1.1"
},
{
"Type": "ping",
"Host": "bt.com"
},
{
"Type": "dns",
"Host": "facebook.com"
},
{
"Type": "get",
"Host": "https://twitter.com"
}
],
"OnConnected": "",
"OnConnectedArgs": "",
"OnDisconnected": "",
"OnDisconnectedArgs": ""
}
Supported test types:
pingPingdnsDNS lookupgetHTTP GET request
Sample output:

Pre-release builds
Get the package from here.
Build
Install the required .NET SDK.
Run:
$ dotnet build
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
