JavaScript Bandwidth Tester (Miscellaneous)

WiseLoop JavaScript Bandwidth Tester is a jQuery plugin that allows you to do a network speed test against your internet server. The script is server platform independent and can check many server types (like Apache HTTP , Apache Tomcat, IIS , nginx, Oracle HTTP , jetty etc.) as long as the server supports POST and GET AJAX commands.
No PHP , Java, ASP or other server-side scripting needed! This is a pure JavaScript broadband tester run by the web browser.
The graphical design is highly customizable by using CSS themes and plugin options.

Main Features

  • ping time measurement;
  • download speed test;
  • upload speed test;
  • multiple server type support (Apache HTTP , Apache Tomcat, IIS , nginx, Oracle HTTP , jetty etc.);
  • cross-browser support;
  • jQuery powered;
  • customizable by using CSS (10 themes included);
  • exhaustive documentation.

Requirements

  • An HTTP server that allows GET and POST AJAX calls;
  • A JavaScript enabled internet browser;
  • jQuery 1.3 or newer.

Installation Instructions

  • Step 1: make a directory named /javascript-bandwidth-tester on your Web server;
  • Step 2: copy entire /bin directory to the new created /javascript-bandwidth-tester directory;
  • Step 3: include the /javascript-bandwidth-tester directory/bin/jQuery.wlBWT.js in your page:
    <script src="/javascript-bandwidth-tester/bin/jQuery.wlBWT.js" type="text/javascript"></script>
  • Step 4: add a div having id equals to “wl-bwt” to your page:
    < div id="wl-bwt">
  • Step 5: just apply the plugin over the “wl-bwt” div:
    $('#wl-bwt').wlBWt()

A Basic Usage Sample

 <html>
    <head>
        <script src="jquery-1.4.3.min.js" type="text/javascript"></script>
        <script src="jQuery.wlBWT.js" type="text/javascript"></script>
        <script type="text/javascript">
            $(document).ready( function(){
               $('#wl-bwt').wlBWt();
            });
        </script>
    </head>
    <body>
        <div id="wl-bwt"></div>
    </body>
</html>

Information

This software product is sold exclusively on codecanyon.net. Please do not download it from elsewhere.

free counters

Download JavaScript Bandwidth Tester (Miscellaneous)

Leave a Reply

Your email address will not be published. Required fields are marked *