I want to create an "iperf 3" Android application.
How can I do it?
Should I use the NDK? or should i compile it for ARM devices and then move it through adb?
Thanks
I want to create an "iperf 3" Android application.
How can I do it?
Should I use the NDK? or should i compile it for ARM devices and then move it through adb?
Thanks
The easiest way is to obtain pre-build binary or to compile iPerf3 for your Android device using SDK and NDK. You can follow the Dockerfile from this GitHub repo, which contains all necessary steps to achieve it.