# massping
[](https://crates.io/crates/massping)
[](https://docs.rs/massping)
[](https://deps.rs/crate/massping/0.2.0)
[](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
[](https://github.com/M4SS-Code/massping/actions/workflows/ci.yml)
A simplified version of [fastping-rs](https://github.com/bparli/fastping-rs)
without some of its [issues](https://github.com/bparli/fastping-rs/issues/25).
Depends on the tokio 1 runtime.
Tested on: Linux
As with the original version, this one also requires to create raw sockets,
so the permission must either be explicitly set
(`sudo setcap cap_net_raw=eip /path/to/binary` for example) or be run as root.