SkillAgentSearch skills...

Pingct

A simple ping like tool to check the network connectivity.

Install / Use

/learn @ctyar/Pingct
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pingct

Build Status 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:

  1. ping Ping
  2. dns DNS lookup
  3. get HTTP GET request

Sample output:

Screenshot

Pre-release builds

Get the package from here.

Build

Install the required .NET SDK.

Run:

$ dotnet build

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated17d ago
Forks0

Languages

C#

Security Score

95/100

Audited on Mar 13, 2026

No findings