Hi Guys,
I'm working on a project that maintain an Ad-Hoc network between two laptops, by sending and receving a video&audio streaming. I have finished this part and I'm now looking for how to calculate the data rate of the socket in my program, So if any body knows how to that in C#, please tell me?
Thanks
Jan MontanoPosted Jan 27, 2009, 4:09 AM
As a workaround, you could just compute it manually and come up with the "exact" data rate at the receiving end. As soon as data transfer starts, you could start your timer, and during the actual receive of bytes, you could get the bytes/second.
Just my two cents.
Ahmad AlMarhounPosted Jan 27, 2009, 1:47 PM
Dear Mr. Mantano,
I'm very thanks full for your answer.
Regards
Ahmad AlMarhounPosted Jan 27, 2009, 1:47 PM
Dear Mr. Mantano,
I'm very thanks full for your answer.
Regards