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 f82ea38 commit 7c4f65a
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,13 +2,13 @@
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 | Description |
|--------------------------------------------------------------------|-------------------------------------|
| ![Outline Cloud Off](images/upload_fail.png =250x) | iPerf3 run is not uploaded |
| ![Outline Cloud done](images/upload_success.png =250x) | iPerf3 run is successfully uploaded |
| ![Running](/app/src/main/res/drawable/ic_directions_run.png =250x) | iPerf3 run is running |
| ![Done](/app/src/main/res/drawable/ic_done_all.png =250x) | iPerf3 run is done |
| ![Error](/app/src/main/res/drawable/ic_error_outline.png =250x) | iPerf3 run has an error |
| Icon | Description |
|--------------------------------------------------------------------------|-------------------------------------|
| <img src="images/upload_fail.png" width="100"> | iPerf3 run is not uploaded |
| <img src="images/upload_success.png" width="100"> | iPerf3 run is successfully uploaded |
| <img src="/app/src/main/res/drawable/ic_directions_run.png" width="100"> | iPerf3 run is running |
| <img src="/app/src/main/res/drawable/ic_done_all.png" width="100"> | iPerf3 run is done |
| <img src="/app/src/main/res/drawable/ic_error_outline.png" width="100"> | iPerf3 run has an error |


### Usage
Expand Down

0 comments on commit 7c4f65a

Please sign in to comment.