thombashi / pingparsing

pingparsing is a CLI-tool/Python-library parser and transmitter for ping command :arrow_right_hook:
https://pingparsing.rtfd.io/
MIT License
78 stars 10 forks source link

fping support? #30

Open wolph opened 5 years ago

wolph commented 5 years ago

It would be nice if this parser would also support fping output. The big advantage of fping is that it's available for many different systems with consistent outputs, so it would immediately add support for (Free|Net|Open)BSD.

Additionally, it allow much more fine-grained control over how to send pings and supports parallel pinging.

thombashi commented 5 years ago

@WoLpH Thank you for your feedback.

Surely, fping support would be a nice to have feature. I will consider that feature for the future release.