schweikert / fping

High performance ping tool
https://fping.org
Other
1.01k stars 250 forks source link

Is it possible to provide official portable build ? #322

Open edwinjhlee opened 2 months ago

edwinjhlee commented 2 months ago

Hi, friends in fping community,

fping is awesome. Is it possible to provide official portable build ?

We are developing x-cmd, which provide portable tool for the users. x-cmd is implementing in posix shell/awk.

Here is one example: https://www.x-cmd.com/pkg/nping

We can build fping according to the instructions provided in README. But adopting the official build binary can be more reliable in source; later positioning reported bugs by users will also be relatively easier.

Thank you.