schweikert / fping

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

top view for fping #291

Open lordrasmus opened 8 months ago

lordrasmus commented 8 months ago

i made some changes to have another option to view the pings

i thik the code needs a bit cleanup and fixes but i wanted to ask if you whould like that

it looks like this ping

schweikert commented 8 months ago

It looks nice and thanks for your contribution, but I would like to keep the number of "non-core" features in fping to a minimum. It should be possible to write a command-line tool that does the UI and calls fping for the measurements.

lordrasmus commented 8 months ago

I believe crafting a tool solely invoking fping isn't as straightforward, as it needs to do more than just display the results. It should run continuously and provide real-time status updates.

One potential solution could involve utilizing a JSON output from fping. This way, the tool could efficiently parse the structured data, enhancing the ease of real-time status monitoring.

Alternatively, another approach could be implementing the entire output through an interface. This approach opens up the possibility of creating plugins for various graphical user interfaces, such as a Qt GUI, providing greater flexibility and customization options.