An open API service indexing awesome lists of open source software.

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++

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`