PDA

View Full Version : Moniter the internet bandwidth



gaurp
5th June 2012, 15:37
Hi,

In my i am using progress bar to show the internet bandwidth usage. Is there any API that provides bandwidth measure.

StrikeByte
5th June 2012, 15:56
I think you are looking for winPcap for windows or libpcap for linux found here (http://www.winpcap.org)

You can also take a look at an already available qt bwmonitor here (https://code.google.com/p/qtnetworkmonitor/)