views:

86

answers:

1

Are there any network diagnostics tools available that I can use to measure things like bandwidth.

As such there are a lot of tools which can do this, but I need one that I can embed in my application and program. Environment is WinCE but please list any generic tools also, preferably open source.

+1  A: 

Winpcap is a netwok packet capture library for windows which i believe is a port of a *nix library. It is (or was, at one point) used by the network traffic anlyzer Wireshark (a.k.a. Ethereal)

While I'm not certain if the library would work on WinCE, or whether it directly provides what your looking for, it may serve as a framework for any packet analysis that would need to be done in order to facilitate bandwidth use measurement

Crippledsmurf