From 13b3ab707616df9edcfa719862782119bea1f8be Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Tue, 9 Aug 2016 09:31:31 +0100 Subject: [PATCH] ESP8266 benchmark added --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e0c2a7..310f4f3 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,10 @@ Includes udev rules to avoid jumps from /dev/ttyACM0 to /dev/ttyACM1: ensures Py appear as /dev/pyboard. Also rules for USB connected WiPy and FTDI USB/serial adaptor. ## ESP8266 -benchmark.py Tests performance by periodically publishing while subscribed to the same topic. -Measures the round-trip delay. Adapt to suit your server address and desired QOS (quality of -service, 0 and 1 are supported). After 100 messages reports maximum and minimum delays. +benchmark.py Tests the performance of MQTT by periodically publishing while subscribed to +the same topic. Measures the round-trip delay. Adapt to suit your server address and desired +QOS (quality of service, 0 and 1 are supported). After 100 messages reports maximum and +minimum delays. # License