openseattle / seattlespeeds

Communal Broadband Situational Awareness Utility
MIT License
10 stars 5 forks source link

NDT-JS: update client lib after NDT releases v3.7.0 (which is out now) #11

Open critzo opened 9 years ago

critzo commented 9 years ago

Internet 2 will soon be releasing NDT v3.7.0 (https://github.com/ndt-project/ndt/issues/162), adding among other features Websockets support to enable a javascript native NDT client. Once this version is released, M-Lab will deploy it to our platform and update our client code to use our production servers rather than the test server it now points to (https://github.com/m-lab/ndt-javascript-client). After that's all done, the Seattle test code should be updated to include the most current production code.

JohnTigue commented 9 years ago

critzo on 2015-05-01:

From our end, I have a few updates:

JohnTigue commented 9 years ago

The plan is to start using Bower to pull dependencies like this in, rather than manually copying the code into the repo.

So, codeforseattle will fork the repo, Bower include that fork, and code mods go back to codeforseattle's fork, and if valuable PRs are made from there.