Running Iperf3 binary on android 14
For an app I am making, I need to be able to perform network bandwidth and down/upload speed tests using iPerf3. On the official iPerf website (https://iperf.fr/iperf-doc.php) I found a binary that works on my device (arm64-v8a).
The problem I am facing now is that i need to be able to run this binary without ROOT. While the binary itself runs fine, I can’t create a stream due to lack of permissions.