Too late to answer! May be useful for others. Apart from information given in the accepted answer, we can also use AC sample as a Controlee which you can find it /services/base/sample_apps
Steps to run AC sample
- First build controlpanel, notification services
- scons BINDINGS=cpp WS=off ALLJOYN_DISTDIR=$AJ_ROOT/core/alljoyn/build/linux/x86_64/debug/dist WS=off BR=off
- exportLD_LIBRARY_PATH=$AJ_ROOT/core/alljoyn/build/linux/x86_64/debug/dist/cpp/lib:$AJ_ROOT/services/base/sample_apps/build/linux/x86_64/debug/dist/controlpanel/lib:$AJ_ROOT/services/base/sample_apps/build/linux/x86_64/debug/dist/notification/lib:$AJ_ROOT/services/base/sample_apps/build/linux/x86_64/debug/dist/services_common/lib:$LD_LIBRARY_PATH
- Finally run ./ACServerSample from /services/base/sample_apps/build/linux/x86_64/debug/dist/sample_apps/bin
After you succussfully run the AC(controlee) device, then run Android Control panel sample. Make sure Android and sample apps are running in same network!