Coder Social home page Coder Social logo

fotisolgr / netspeed Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 2.0 25.94 MB

Simple Javascript Speedtests

License: GNU General Public License v3.0

JavaScript 97.92% HTML 1.61% PHP 0.47%
boomerang nettest speedworker javascript bandwidth upload download ping speedtest network

netspeed's Introduction

Javascript-Network-Speedtest


General information about the implementations:


The first implementation was created by using Nettest.

NetTest is a browser-based network measurement library, capable of determining throughput, latency, and other network parameters, using JavaScript and/or Flash. It provides an easily accessible interface for gathering network-related information within a Web browser. NetTest uses network calls available in JavaScript and Flash to determine:

  • Download throughput
  • Upload throughput
  • Round-trip time (ping)

NetTest can use several different measurement techniques to determine network information, and also provides wrappers which automatically select the best measurement method. In addition to measuring those quantities between the connecting client and the origin server, NetTest can also measure the between the client and an arbitrary other webserver.


The second implementation was created by using boomerang.

boomerang is a piece of javascript that you add to your web pages, where it measures the performance of your website from your end user's point of view. It has the ability to send this data back to your server for further analysis. With boomerang, you find out exactly how fast your users think your site is. boomerang is opensource and released under the BSD license, and we have a whole bunch of documentation about it. With boomerang you can determine:

  • Download throughput
  • Round-trip time (ping)
  • Other measurements like HTTP Latency, DNS Latency etc.

But you cannot determine Upload throughput.


The third implementation was created by using speedtest.

This is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers.

Compability: Only modern browsers are supported (IE11, latest Edge, latest Chrome, latest Firefox, latest Safari)


How to use:

  • If you want to use the Nettest implementation you have to add the files located in nettest folder into your web server.
  • If you want to use the boomerang implementation you have to add the files located in boomerang folder into your web server.
  • If you want to use the speedtest implementation you have to add the files located in speedworker folder into your web server.

License:

GNU General Public License v3.0


netspeed's People

Contributors

fotisolgr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.