Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nstevens1040 authored Sep 13, 2024
1 parent 297aa5f commit 8c93ec6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 8c93ec6

Please sign in to comment.