Skip to content

The Ving (Visual Ping) application plots a chart of the latency times during sent pings

License

Notifications You must be signed in to change notification settings

umutkorkmaaz/ving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ving - Terminal-Based Visual Ping with Latency Chart

The Ving (Visual Ping) application plots a chart of the latency times during sent pings.

You can use the same parameters as with the standard ping command.

Screenshot

CleanShot 2025-10-21 at 18 45 51

Features

  • Standard ping functionality (ICMP packets)
  • Statistics (min, max, avg, stddev, packet loss)
  • Colorful and modern UI

Installation

chmod +x scripts/install.sh
./scripts/install.sh

After installation, you can use the ving command.

Manual Installation

# Install dependencies
pip install -r requirements.txt

# Make the script executable
chmod +x ving.py

Note: Root privileges may be required to send ICMP packets.

Uninstallation

To remove Ving from the system:

./scripts/uninstall.sh

License

MIT License - You can use it freely.

Contributing

Pull requests are welcome!

Credits

This project was created entirely using Cursor with the claude-4.5-sonnet model.

About

The Ving (Visual Ping) application plots a chart of the latency times during sent pings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published