Shane thank you so much! awesome programs!
as in software description page example #4 might be that:
when you visit some hotels (like in Asia) you don't know what to expect from the connection ...
so by glancing at a ping you have an idea if the internet died or it's just a slow website ...
so I am in currently in Philippines where on some connections every ping is above 300ms (so the icon is always red for me - and I am sure many others ... some connections are just on G2 GSM modems so all pings to anything are 300+)
can you make a customization so that a user can pick ICON.ico files and set ping times for which to show what icon
maybe even
config.ini
would do
like
700=red.ico
500=yellow.ico
300=green.ico
150=lime.ico
or maybe in the software it self when you have: "Tray icon Definitions"
let people do a selection of ICON file and set ping value
and/or another VERY simple modification where instead of the very last ping is shown:
last 3 (or last n) are shown (current + history)
separated by a comma as in
"ping 252, NA, 784, 948"
or a multi-line - on on top of another as in:
252
NA
784
948
and maybe let people customize the message as in
"ping %ping1%, %ping2%ms"
or
"ping
%ping1%
%ping2%"
or
"ping\n%ping1%\n%ping2%"
or maybe you can release the source files (under
https://en.wikipedia.org/wiki/MIT_License OR GNU or any other) - and I will try to do it - we can only imagine how busy you are
thank you so much