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.