https://github.com/makstamoian/ping
Simple ping implementation in C++
https://github.com/makstamoian/ping
cpp icmp linux ping system-programming
Last synced: 17 days ago
JSON representation
Simple ping implementation in C++
- Host: GitHub
- URL: https://github.com/makstamoian/ping
- Owner: makstamoian
- Created: 2022-10-14T19:01:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T20:11:59.000Z (11 months ago)
- Last Synced: 2025-05-07T15:05:20.752Z (17 days ago)
- Topics: cpp, icmp, linux, ping, system-programming
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ping
ping – a utility to send ping packets to any host.
```shell
./ping -d -c -t -rt
```## Compilation
1. Make sure you have `build-essentials` and `g++` installed
2. Run `make`