From 8c93ec6f283f983950118347ce3402c832bac263 Mon Sep 17 00:00:00 2001 From: Nicholas Stevens <nstevens@nanick.org> Date: Fri, 13 Sep 2024 17:34:31 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c395790..2df4493 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # ⚠ Caution ⚠ -This app tests your download and upload speed **indefinitely**. That means that it literally starts a download that **DOES NOT STOP** until you close the app. +This app tests your download and upload speed **indefinitely**. That means that it literally starts a bidirectional data transfer that **DOES NOT STOP** until you close the app. + +Testing starts with five downloads that are 2621440 bytes each. Download speeds are calculated into Megabits per second and then averaged. The average download speed is displayed in a TextView. + +After the five downloads tests complete, the app then runs five upload tests that are 262144 bytes each. Upload speeds are calculated into Megabits per second and then averaged. The average upload speed is displayed in a TextView. + ## Use case Really anything that involves measuring the performance and/or gathering the details of your cellular connection.