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

https://github.com/jlkiri/pingu

A simple cross-platform ping clone written in Rust.
https://github.com/jlkiri/pingu

network network-programming ping rust tool

Last synced: 3 months ago
JSON representation

A simple cross-platform ping clone written in Rust.

Awesome Lists containing this project

README

        

## Pingu 🐧

A simple cross-platform ping clone written in Rust.

## Sample output

```
34 bytes from 8.8.8.8: icmp_seq=1 ttl=110 time=32ms
34 bytes from 8.8.8.8: icmp_seq=2 ttl=110 time=31ms
34 bytes from 8.8.8.8: icmp_seq=3 ttl=110 time=32ms
34 bytes from 8.8.8.8: icmp_seq=4 ttl=110 time=32ms
```

## Usage

```
USAGE:
pingu
```