I want write a code to get the available bandwidth.
Using one of the algorithm.ex.spruce / pathload.
I wanted to a code in C++ in Windows. I have got linux code . But i wanted a Windows based code , which can get me up and down bandwidth.
|
I want write a code to get the available bandwidth.
Using one of the I wanted to a code in C++ in Windows. I have got linux code . But i wanted a Windows based code , which can get me up and down bandwidth. |
|||||
|
|
Bandwidth for what resource? If this is a network resource there isn't anything in any language or the OS that will give you any real estimation of bandwidth. You would need to call out to something at the other end of the link you need to traverse and get an estimation of bandwidth at that point in time. Or better said... You would need to call a file on a web server to test the download speed of someone's home Internet connection. Keep in mind that the numbers obtained are only accurate for that point in time though. As the bandwidth on any resource can be higher or lower when you actually use them since external factors always affect bandwidth (other prorcesses, users, etc.) Why do you need the bandwidth and for what resource? |
|||||||
|