https://github.com/pcapurro/42ping
A replica from scratch of the ping command.
https://github.com/pcapurro/42ping
dns icmp network ping socket
Last synced: 8 months ago
JSON representation
A replica from scratch of the ping command.
- Host: GitHub
- URL: https://github.com/pcapurro/42ping
- Owner: pcapurro
- Created: 2025-06-25T10:37:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T11:22:05.000Z (11 months ago)
- Last Synced: 2025-08-05T13:20:43.941Z (11 months ago)
- Topics: dns, icmp, network, ping, socket
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42ping
### « My life is a loop »
This is a replica of the bash `ping` command (inetutils 2.0 version)
```
./42ping [host]
```
Supported option: `-v` (or `--verbose`).
Help feature `-h` (or `--help`) is also supported.