holgerkrupp / networkLight

NetworkLight - Ventura only networkquality monitor
The Unlicense
9 stars 1 forks source link

Wrong traffic light with REALLY low throuput #11

Closed rstockm closed 1 year ago

rstockm commented 1 year ago

If the speed drops under 1MBps, the light shows green instead of red:

image

And the history is wrong, too:

image
holgerkrupp commented 1 year ago

Should ne solved by using the JSON output (https://github.com/holgerkrupp/networkLight/issues/5), but I currently don't understand how to calculate speed with the given data.

holgerkrupp commented 1 year ago

I've added a quick hack in 1.0.5 to divide the Speeds by 1000 if the Unit is Kbps.