bparli / fastping-rs

ICMP ping library in Rust inspired by go-fastping and AnyEvent::FastPing Perl module
MIT License
78 stars 12 forks source link

example from readme.md don't work correctly on windows #9

Closed shkabaturd closed 4 years ago

shkabaturd commented 5 years ago

image

image

bparli commented 5 years ago

To be honest @shkabatur I developed and tested this on ubuntu so not even sure it will work on Windows. Did you already install winpcap (or npcap. see https://github.com/libpnet/libpnet#windows)?

shkabaturd commented 5 years ago

Yes i installed it.

bparli commented 4 years ago

Added clarity on supported OS in readme (#14). Maybe one day Windows can be added