From 39f8742b53f6e9a750396ac02ee29aa303a5fedd Mon Sep 17 00:00:00 2001 From: adolfintel Date: Wed, 15 Aug 2018 14:00:01 +0200 Subject: [PATCH] Updated README.md --- README.md | 1 - doc.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index dfd8ff7..4127be9 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ $ docker build -t adolfintel/speedtest:latest . $ docker run -d --name speedtest -p 0.0.0.0:80:80 adolfintel/speedtest:latest ``` - ## Node.js backend A Node.js implementation is available in the ```node``` branch, maintained by [dunklesToast](https://github.com/dunklesToast). diff --git a/doc.md b/doc.md index 396bc80..c2ed9ca 100644 --- a/doc.md +++ b/doc.md @@ -150,8 +150,6 @@ The response from the worker is a JSON string containing these entries: * __pingProgress__: the progress of the ping+jitter test as a number between 0 and 1 * __testId__: when telemetry is active, this is the ID of the test as an integer. This string is 'noID' until the test is finished (testState 4). This ID is used for results sharing -Note: clientIp appears before jitterStatus. This is not a mistake, it's to keep the js file compatible with older pages from before the jitter test was introduced. - ### Starting the test To start the test with the default settings, which is usually the best choice, send the start command to the worker: