Okay, I'm a java noob, but I need a serious answer please. How can I get data about current dl/ul speed, particularly on a non-java socket? (I wanna write myself some sort of a speed meter)
Any suggestions?
Name:
Anonymous2006-12-10 13:53
don't use java.
serious question please.
Name:
Anonymous2006-12-10 14:01
>>1
To get that, you need to access the operating system somehow, in a way that's not too usual. I don't know how to do it in either Linux or Win32, but I know one thing: you don't do that from Java. For that, use C.
Name:
Anonymous2006-12-10 14:27
I must use java couse this speed meter is supposed to be a firefox extension (which uses javascript, but that's not a problem). I know it's possible somehow, i've seen dozen of network traffic meters in java, I just don't know where to look. C'mon guys, halp ;_;