views:

450

answers:

1

Hi there,

I am thinking of creating an open source application that given a list of high speed download sites/files it can generate a list of calls to these sites in order to form the following statistics.

  • Ping Times
  • Download Rate
  • Packet Loss

I was thinking whether or not there are builtin or external libraries in .NET to do that kind of actions.

Thanks for any input.

+1  A: 

Take a look at this article: http://www.codeproject.com/KB/IP/trafficwatcher.aspx

It might have what you need.

MartinHN