Skip to content

varvarian1/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPing - Simple ICMP Ping Utility

A lightweight ICMP ping implementation in C with DNS resolution support.

Requirements

  • Linux
  • gcc compiler
  • Root privileges (for raw sockets)

Build and Install

make
sudo make install

Uninstall

sudo make uninstall

Usage

vping [options] <hostname_or_ip>

Examples

vping google.com
vping 8.8.8.8

Example Output

ping sending to google.com (142.251.38.110)
Ping to google.com: RTT = 47 ms

Notes

  • Requires root/sudo privileges to create raw socket
  • Some network may block ICMP packets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors