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.
- Host: GitHub
- URL: https://github.com/jlkiri/pingu
- Owner: jlkiri
- License: mit
- Created: 2021-06-21T11:56:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T07:27:27.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T16:48:29.680Z (5 months ago)
- Topics: network, network-programming, ping, rust, tool
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```