Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ring

A reimplementation of the ping utility in C — sends ICMP echo requests to a host and reports round-trip times.

Requirements

  • A C compiler (cc, gcc, or clang)
  • make

Build

make

This compiles the sources in src/ and produces the executable at build/ring.

Run

make run

Builds if needed, then runs the program.

Clean

make clean

Removes the build/ directory and all compiled artifacts.

About

A reimplementation of the ping utility in C sends ICMP echo requests to a host and reports round-trip times.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages