Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hajoha committed Jun 10, 2024
1 parent 6e9d78c commit 5a6f6a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/iperf3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
iPerf3 has been compiled with a [JNI](https://developer.android.com/training/articles/perf-jni) interface to enable OMNT to call it using the specified parameters.
To see how to integrate iPerf3 into your app, look at [iPerf3 Repo](https://github.com/omnt/iperf)

### Icon Legend
- ![Outline Cloud Off](/app/src/main/res/drawable/ic_outline_cloud_off_24.xml) - iPerf3 run is not uploaded
- ![Outline Cloud done](/app/src/main/res/drawable/ic_outline_cloud_done_24.xml) - iPerf3 run is successfully uploaded
| Icon | Description |
|----------------------------------------------------------------------|-------------------------------------|
| ![Outline Cloud Off](/app/src/main/res/drawable/upload_fail.png) | iPerf3 run is not uploaded |
| ![Outline Cloud done](/app/src/main/res/drawable/upload_success.png) | iPerf3 run is successfully uploaded |
| ![Running](/app/src/main/res/drawable/ic_directions_run.png) | iPerf3 run is running |
| ![Done](/app/src/main/res/drawable/ic_done_all.png) | iPerf3 run is done |
| ![Error](/app/src/main/res/drawable/ic_error_outline.png) | iPerf3 run has an error |


- ![Running](/app/src/main/res/drawable/ic_directions_run.png) - iPerf3 run is running
- ![Done](/app/src/main/res/drawable/ic_done.png) - iPerf3 run is done
- ![Error](/app/src/main/res/drawable/ic_error_outline.png) - iPerf3 run has an error

### Usage
To use iPerf3 it is pretty simple.
You can type into the GUI the server IP and port, the duration of the test, and the bandwidth.
Expand Down

0 comments on commit 5a6f6a7

Please sign in to comment.