Skip to content
/ ft_ping Public

ft_ping is a C program that replicates the functionality of the ping command. It allows users to test the accessibility of another machine through the IP network and measures the round-trip time for packets. Developed as a project for network programming, ft_ping is designed to work on Debian-based systems.

Notifications You must be signed in to change notification settings

bl000m/ft_ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ping

chart

ICMP protocol

setup

Reference: inetutils 2.0 / ping

  • wget http://ftp.gnu.org/gnu/inetutils/inetutils-2.0.tar.gz => here the details

  • tar -xzvf inetutils-2.0.tar.gz

  • cd inetutils-2.0

  • Follow this link for detailed instructions.

    ./configure --prefix=/usr --localstatedir=/var --disable-logger --disable-whois --disable-rcp --disable-rexec --disable-rlogin --disable-rsh --disable-servers
    
    
  • make

  • then cd ping and ./ping -? to check all the behavior

  • less ping.c for the source code

The fundamental

About

ft_ping is a C program that replicates the functionality of the ping command. It allows users to test the accessibility of another machine through the IP network and measures the round-trip time for packets. Developed as a project for network programming, ft_ping is designed to work on Debian-based systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published