ESP8266 benchmark added

pull/7/head
Peter Hinch 2016-08-09 09:31:31 +01:00
rodzic 3de1151fcd
commit 13b3ab7076
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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