Detect connection speed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DaveF

    Detect connection speed

    Is there a way to do this, without browser Hawk? Does anyone have some code?

    --


    David


  • Raterus

    #2
    Re: Detect connection speed

    Just guessing here,

    speedtext.aspx
    --sets start time in viewstate
    --throws large file at client, like a 1MB Image
    --after file is finished downloading, page postbacks

    then.
    --get finish time
    --you do the math from that point, (finish time - start time) and figure out how to correlate that to the size of the file

    --Michael

    "DaveF" <dfetrow@geodec isions.com> wrote in message news:OqgjW5WTEH A.1768@TK2MSFTN GP10.phx.gbl...[color=blue]
    > Is there a way to do this, without browser Hawk? Does anyone have some code?
    >
    > --
    >
    >
    > David
    >
    >[/color]

    Comment

    Working...