forked from ibr-alg/wiselib
-
Notifications
You must be signed in to change notification settings - Fork 0
Android port zeroconf neighborhood
rraf edited this page Jun 30, 2012
·
2 revisions
##Prerequisites
-
Android Phone. I have only tested this on Android 2.3+
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.