Skip to content

ThatsLucas/ft_ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ping

A simple ping implementation.

PING

Features

  • 🔍 DNS resolution – Works with both IP addresses and domain names
  • 📊 ICMP Echo Request/Reply – Implements the core ping protocol
  • 🎯 Multiple options – Customizable timeout and verbosity
  • 🛡️ Raw socket implementation – Low-level network communication

Usage

./ft_ping [options] <destination>

Options

Option Description
-v Verbose output
-w Stop after N seconds
-W Number of seconds to wait for response
-h, ? Show this help

Compilation

To compile the project, run:

make

About

A custom ping program written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published