2

How can I Check upload and download data capacities using Java Code? (in internet or local area network)

vdeshan
  • 153
  • 1
  • 13

2 Answers2

0

Java applet and this link internet might work

Naresh kumar
  • 1,069
  • 1
  • 7
  • 21
0

If you are looking for usage statistics, you could use a packet capture library (such as Pcap4J or Jpcap) to formulate your own. I prefer Pcap4J because it has more examples and documentation, and it is more up-to-date.

Cardinal System
  • 2,749
  • 3
  • 21
  • 42