Git Product home page Git Product logo

jsbandwidth's People

Contributors

beradrian avatar pwilczynski avatar tiagogouvea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jsbandwidth's Issues

mbit == 1 000 000 bits


http://en.wikipedia.org/wiki/Megabit

To get Mbit, one should divide /(1000*1000) instead of /(1024*1024).

Please fix it in default.htm


Original issue reported on code.google.com by [email protected] on 9 Jul 2010 at 7:01

Create working demo in nodejs and Spring

Hi,

Do I have to create a new route '/test' in server? I created a simple webserver with express which serves static files.

var express = require('express');
var app = express();
app.use(express.static('client'));
app.listen(2222);
console.log('Server running at http://localhost:2222/');

But I am getting a 404. It makes a request in this http://localhost:2222/test?id=1448291994940

A working demo would be appreciated.

Babel listed as devDependency

The postinstall script defined in the package.json makes a call to run babel, but babel is listed as a devDependency causing npm install to fail.

r.then is not a function

I've got a Uncaught TypeError: r.then is not a function, after the warning Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience..

And then, the script stop running.

Testing on chrome with local javascript file.

p2p connection test

Extend functionality to test a p2p connection. This is done using WebRTC and data connection.

Unusable for speeds higher than 40Mbps

It's very inacurate for speeds over 40Mbps. It says 40Mbps when on 80Mbps line 
and on localhost never tells more than 150Mbps (other similar tools are saying 
3Gbps). Even adobe flash meters are more acurate... I think that there is much 
potential in javascript speedtests, because flash is shit. I've been messing 
around a bit with jsbandwidth but it's still inacurate when compared to other 
tools like (wget, iperf, mikrotik/ubnt bandwidth tests, speedtest.net, etc...). 
On some places it gives simillar results, but on others it does not.

Original issue reported on code.google.com by [email protected] on 22 Nov 2012 at 12:20

can not use in browser?

Hi,
I can't get jsbandwidth work in browser. if I add jsbandwidth.js in browser in gives "unexpected token import" error.

npm install error

http://i.imgur.com/W3xNUAA.png

$ npm install jsbandwidth --save
npm http GET https://registry.npmjs.org/jsbandwidth
npm http 304 https://registry.npmjs.org/jsbandwidth
npm http GET https://registry.npmjs.org/extend
npm http GET https://registry.npmjs.org/xhrpromise
npm http 304 https://registry.npmjs.org/extend
npm http 304 https://registry.npmjs.org/xhrpromise

> [email protected] postinstall /var/www/node_modules/jsbandwidth/node_modules/xhrpromise
> npm run babel


> [email protected] babel /var/www/node_modules/jsbandwidth/node_modules/xhrpromise
> node_modules/.bin/babel src/main/js/xhrpromise.js -o index.js --presets es2015 --plugins babel-plugin-add-module-exports

sh: 1: node_modules/.bin/babel: not found
npm ERR! weird error 127
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
 
npm ERR! not ok code 0
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
 
npm ERR! weird error 1
npm ERR! not ok code 0

Upload speed super high

Hi hopefully you can help me,

ive got the JS bandwidth working well for latency and download but im having trouble with upload.
If i do a console.write you can see that i just cant have a upload speed of 176Mbps when i have a download of 4.00 Mbps

downloadSpeed: 4191926.462636531
latency: 10
uploadSpeed: 184584495.23809525

when looking in chromes dev concole undernetwork the post test only sends only about 203bytes which seems really odd.

Can you help at all?

Thanks

Trev

networktest2
networktest1

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.