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 c873088 commit 6e9d78c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import de.fraunhofer.fokus.OpenMobileNetworkToolkit.Iperf3.JSON.Interval.Interval;
import de.fraunhofer.fokus.OpenMobileNetworkToolkit.Iperf3.JSON.Interval.Sum.SUM_TYPE;
import de.fraunhofer.fokus.OpenMobileNetworkToolkit.Iperf3.JSON.Interval.Sum.Sum;
import de.fraunhofer.fokus.OpenMobileNetworkToolkit.Iperf3.JSON.Interval.Sum.TCP.TCP_UL_SUM;
import de.fraunhofer.fokus.OpenMobileNetworkToolkit.Iperf3.JSON.Interval.Sum.UDP.UDP_DL_SUM;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
Expand All @@ -48,7 +47,6 @@
import de.fraunhofer.fokus.OpenMobileNetworkToolkit.R;
import java.util.ArrayList;
import java.util.Locale;
import java.util.function.Function;

public class Iperf3LogFragment extends Fragment {

Expand All @@ -64,7 +62,6 @@ public class Iperf3LogFragment extends Fragment {
private ImageView uploadIconView;

private TextView iperf3OutputViewer;
private SpeedView speedView;
private LinearLayout parameterLL;
private Context ct;
private LinearLayout metricLL;
Expand Down
10 changes: 5 additions & 5 deletions docs/iperf3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ iPerf3 has been compiled with a [JNI](https://developer.android.com/training/art
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
- ![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


- ![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
- ![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.
Expand Down

0 comments on commit 6e9d78c

Please sign in to comment.