Skip to content

Android port zeroconf neighborhood

rraf edited this page Jun 30, 2012 · 2 revisions

##Prerequisites


git clone git://github.com/rraf/wiselib.git

cd wiselib

git checkout android

Edit wiselib.testing/external_interface/android/android_types.h to make sure you use the right interface for your device. You can use OS Monitor to see which is your wireless interface.

cd apps/android_apps/jni

Edit Android.mk to make sure WISELIB_PATH point to the right place.

/path/to/android/ndk/ndk-build

This creates a shared library.

Now build the Android application install it on your device. You can find more info here.