From 5396b80e80051c6c4247b90bc0c2b663e9fbd3dd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 11 Jan 2022 03:06:35 +0100 Subject: [PATCH] Updated example --- Examples/Speedtest.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Examples/Speedtest.py b/Examples/Speedtest.py index 3076f32..6fc340d 100644 --- a/Examples/Speedtest.py +++ b/Examples/Speedtest.py @@ -1,6 +1,12 @@ ########################################################## # This RNS example demonstrates a simple speedtest # # program to measure link throughput. # +# # +# The current configuration is suited for testing fast # +# links. If you want to measure slow links like LoRa or # +# packet radio, you must significantly lower the # +# data_cap variable, which defines how much data is sent # +# for each test. # ########################################################## import os