Network bandwidth calculation
Hi guysI need to calculate network bandwidth available to my appletand if the internet connection is slow it has to show the status in red color and ...internet connection has enough bandwidth it has to show green colorHow do i do this
measuring bandwidth is impossible, regardless of the language (and is not a good idea anyway, as it is never constant)measuring latency (aka ping) is possible, and is far more useful.