0

I have a situation where I need to calculate the network jitter between the two computer connected over the internet from an ASP.NET application.

I have searched but I have not found any solution for this. Has any one done this before in c#.

I need a web page which the client computers can call. The web page should calculate the network statistics between the client and the server and save then in the database.

Thanks for your time.

Anshuman Jasrotia
  • 3,135
  • 8
  • 48
  • 81
  • 1
    Please define "network jitter" in this context. – Dai Apr 02 '15 at 19:08
  • Also, web-applications are not sensitive to latency, so why is this an issue? What is the backstory? – Dai Apr 02 '15 at 19:09
  • by jitter I mean Packet delay variation - ‎Jitter – Anshuman Jasrotia Apr 02 '15 at 19:09
  • Again, why is this an issue? What are you doing this for? – mason Apr 02 '15 at 19:10
  • The backstory is that, I need a web page which the client computers can call. The web page should calculate the network statistics and save then in the database. – Anshuman Jasrotia Apr 02 '15 at 19:11
  • I suppose you could use the `WebSockets` API in HTML5, but I don't think it's low-level enough to give usable figures (as the browser marshals data and can encapsulate the connection too) – Dai Apr 02 '15 at 19:14

0 Answers0