I am working on an app and it is almost finished except only one thing: I don\'t know how to get link speed and place it in the status bar.I am new to Java so if somebody co
You cannot tell directly. You must ask the underlying operating system. For OS X you can parse the output from "/sbin/ifconfig" on the appropriate network port.