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
[270 byte] By [raghu_raman_ka] at [2007-9-28 11:21:35]
# 1
Send a large quantity of data to an echo server and time how long it takes to get back.
YATArchivista at 2007-7-12 1:52:47 > top of Java-index,Other Topics,Java Game Development...
# 2
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.
Abusea at 2007-7-12 1:52:47 > top of Java-index,Other Topics,Java Game Development...