Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phate999 authored Nov 1, 2024
1 parent bc02146 commit 6f59a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iperf3/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The iPerf3 application is designed to test network performance by measuring the bandwidth between your device and a specified server. This application automates the process of downloading the iPerf3 tool, configuring the server, and running tests. Results are logged, alerted, and stored in the asset identifier for easy access.

## Initial Setup
1. **Download iPerf3**: When the application is first executed, it will automatically download the iPerf3 tool if it is not already present on your device.
1. **Download iPerf3**: When the application is first executed, it will automatically download the iPerf3 tool if it is not already present on your device. iPerf3 binary download URL: https://github.com/userdocs/iperf3-static/releases/download/3.17.1%2B/iperf3-arm64v8
2. **Configure Server**: The application will create an entry in the SDK Appdata named `iperf3_server`. You need to enter the server hostname or IP address in this entry to specify where the tests should be directed.

## Running the Application
Expand All @@ -28,4 +28,4 @@ The iPerf3 application is designed to test network performance by measuring the
## Customization
- You can customize the behavior of the application, such as how results are processed or where they are stored, by modifying the relevant sections in the code, particularly the `process_results()` function.

This manual provides a basic understanding of how to set up and use the iPerf3 application for network performance testing. For further customization or troubleshooting, refer to the application code and comments.
This manual provides a basic understanding of how to set up and use the iPerf3 application for network performance testing. For further customization or troubleshooting, refer to the application code and comments.

0 comments on commit 6f59a62

Please sign in to comment.