close
Skip to content

wraith22444/better-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Better Ping

A small interactive C# console app for running ping tests with clearer live results and a simple session summary.

Features

  • Prompt for host, ping count, and timeout
  • Show live ping results with address, latency, TTL, and bytes
  • Display packet loss and latency summary at the end

Run

Windows

Compile and run with:

csc .\better-ping.cs
.\better-ping.exe

Linux

Using Mono:

mcs better-ping.cs
mono better-ping.exe

If needed, install Mono first:

sudo apt update
sudo apt install mono-devel

The default host is 8.8.8.8, and you can press q to quit after a session.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages