The backend for the android app offloading project.
<classpathentry>
entries of kind="lib"
in the .classpath file specify JARs which must be downloaded and placed (Unix: requires building, Windows: prebuilt available) into the relative locations specified in the file (ignore “cs6250/gradle/…”) (ensure that OpenCV native libraries are in their location, see the <attribute>
child tag in the file (DLL, x86, and x64))
Follow the Git Book by Scott Chacon and Ben Straub, on how to initilize the cs650 submodule:
cd ./cs6250
git submodule init
git submodule update
OpenCV-android-sdk/sdk/native/libs/
from the downloaded ZIP…./cs6250/openCVLibrary330/src/main/jniLibs/
Copy the tar ball to another directory and decompress it. Then type the following commands:
$ make
go to the source folder. There should an “iperf3” executable. Run this in a
terminal using:
$ iperf -s
This will start up the server side of the bandwidth measurement tool