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 5a6f6a7 commit a7b6d7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file added docs/images/upload_fail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/upload_success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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](/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 |
| Icon | Description |
|--------------------------------------------------------------|-------------------------------------|
| ![Outline Cloud Off](images/upload_fail.png) | iPerf3 run is not uploaded |
| ![Outline Cloud done](images/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 |


### Usage
Expand Down

0 comments on commit a7b6d7a

Please sign in to comment.