#icmp #echo #ping #async #windows

winping

An easy-to-use ICMP Echo API for Windows programs without requiring elevated rights

9 releases

0.10.1 Nov 8, 2020
0.10.0 May 11, 2020
0.9.3 Apr 24, 2020
0.9.1 Dec 24, 2019
0.1.3 Dec 23, 2019

#2068 in Network programming

Download history 323/week @ 2023-12-11 156/week @ 2023-12-18 77/week @ 2023-12-25 112/week @ 2024-01-01 240/week @ 2024-01-08 151/week @ 2024-01-15 169/week @ 2024-01-22 83/week @ 2024-01-29 113/week @ 2024-02-05 208/week @ 2024-02-12 114/week @ 2024-02-19 134/week @ 2024-02-26 220/week @ 2024-03-04 253/week @ 2024-03-11 222/week @ 2024-03-18 126/week @ 2024-03-25

832 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

61KB
1.5K SLoC

winping

Tests (MSVC) Tests (GNU) docs.rs MIT Licensed Apache2 Licensed

An easy-to-use ICMP Echo library for Windows. Does not require elevated permissions. Has async support.

Usage

To use in your own project, simply add winping = "0.10" to your dependencies in your Cargo.toml file. See docs.rs for examples and documentation.

OS Compatability

This crate has been tested on Windows 7, Windows 8.1, and Windows 10.

This crate intends to support Windows 7 through Windows 10, including both desktop and server variants.

This crate is very unlikely to work with Windows XP. It may work with Vista, however Vista will not be supported.

Contributions

Contributions of all kinds are welcome. File a GitHub issue if you find a problem, bug, or think something can be improved. If you wish to contribute code, please run cargo fmt and cargo clippy. You should probably also run cargo test.

Dependencies

~7MB
~170K SLoC