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.
- Standard ping functionality (ICMP packets)
- Statistics (min, max, avg, stddev, packet loss)
- Colorful and modern UI
chmod +x scripts/install.sh
./scripts/install.shAfter installation, you can use the ving command.
# Install dependencies
pip install -r requirements.txt
# Make the script executable
chmod +x ving.pyNote: Root privileges may be required to send ICMP packets.
To remove Ving from the system:
./scripts/uninstall.shMIT License - You can use it freely.
Pull requests are welcome!
This project was created entirely using Cursor with the claude-4.5-sonnet model.