Skip to content

A safe, easy-to-use Windows ICMP API wrapper for Rust

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

TyPR124/winping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

winping

Tests (MSVC) Tests (GNU) crates.io 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.

About

A safe, easy-to-use Windows ICMP API wrapper for Rust

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages