I'm looking for an app that I can run to test available bandwidth (and error rate) over a LAN. I'm thinking of a pair of programs that run on two computers and send a big known block of data from one computer to another and checks it on the receiving end.
If I were on Linux, I could get somthing working with time
, cat
, nc
and md5
or diff
but I'm on Windows.