Articles

Navigation ( archives ›› 2008 ›› February ›› 06 ›› How to calculate network bandwidth speed in c# ›› comments )

Comments on How to calculate network bandwidth speed in c#

13 Replies: (add yours)

1

ssssssasa

› Posted on April 6, 2008, 9:47 pm

2

cheers

› Posted on April 19, 2008, 6:39 am

3

done in visual studio 2008 ? can't open in vs 2005.

› Posted on April 27, 2008, 4:45 am

4

Great, thx:)

› Posted on June 19, 2008, 2:06 pm

5

Hey noam, since you emailed me regarding that problem, I want to let other people know that if you are experiencing problems compiling this solution, make sure you update your .NET Framework and IDE. This code is compatible with .NET 2.0+ and VS2005+.

› Posted on June 20, 2008, 9:18 am

6

Thanx pal.. i was searching thz for a long time.

› Posted on March 19, 2009, 11:37 am

7

cant get it work in wpf application project. the byteRecived parameters might seems diffrent or calculation is wrong,, i got the same code but with DispatcherTimer();

and showing the speed in a label content

CODE:

//WPF Application

label1.Content = bytesReceivedSpeed.ToString() + "\n" + bytesSentSpeed.ToString();

this code shows me diffrent speed then yours :S

any idea why?

please help

thanks for your code :)

› Posted on March 27, 2009, 9:59 am

8

Dear Noam.

I am very interested for this topic so I have translate its to Vietnamese to introduce to my coder-friends. Are you agree?

Happy to know your blog.

(Sorry for my bad english.)

› Posted on July 7, 2009, 1:28 am

9

Here link .

vn.uploader.blog.yahoo.com/post/post_html_simple.php

I can modify its for your request (if need)

› Posted on July 7, 2009, 1:30 am

10

› Posted on July 7, 2009, 1:31 am

11

› Posted on July 7, 2009, 1:31 am

12

What if you're connected through a router? or a set of switches?

The application will measure the packets sent over the LAN and create a false report.

› Posted on October 29, 2009, 4:03 am

13

thanks for the code.

I m trying to run this through visual studio 2005.

and i have to do it in that only

› Posted on June 19, 2010, 6:09 am

Comment on This Article:

No HTML allowed, URIs will be auto-linked, line breaks converted to paragraphs - . Your email address will not show up on this page, I do not store addresses, nor will I give them awat. I hate spam too. (*) - Denotes Required fields!