Question

I need to create a internet speed test application in Actionscript 3.0, like Speed Test

I need to calculate

1. Download speed 2. Upload speed 3. Latency (Round Trip Time) 4. Jitter 5. Packet loss 6. Network availability

From where I should start? Is any guides or tutorials out there regarding as3 network programming? Please Help Me. Thanks in advance

Was it helpful?

Solution

You can start with a simple method found here: http://yeungus.com/2009/09/07/as3-bandwidth-test/

Flash Media Server also has some bandwidth detection as the link suggests as well, but might not be exactly what you are looking for.

For doing what you are describing, I would look at the docs for flash.net.Socket and see the options there. Also flash.net.URLLoader could be of use, as well as looking over flash.net and seeing if anything else sticks out.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top