Alljoyn Onboarding on X86_64
Hi,
I am building a system using Alljoyn Onboarding as follows:
- OpenWRT / Onboardee / Client <--> 2. Ubuntu X86_64 / Onboarder / Server
So I have built alljoyn on [1] OpenWRT alljoyn (alljoyn-14.06.00a-src.tar.gz) and alljoyn-onboarding (alljoyn-onboarding-14.06.00-src.tar.gz) as well as [2] X86_64 (alljoyn-suite-14.06.00a-src.tar.gz).
The document that I followed is https://allseenalliance.org/sites/default/files/resources/getting_started_ajsf_linux_cpp.pdf . The builds looked successful in both platforms.
Here are some of my questions:
There should be an OnboardingClient on [1] OpenWRT, but I cannot find it. There are onboarding-daemon and liballjoyn_onboarding.so. So I don't know how to start client side of onboarding on [1].
There should be an OnboardingServer on [2] Ubuntu, but I also cannot find it. Again there are daemon, lib, and an OnboardingClient. So I also don't know how to start server side of onboarding on [2].
So could you please share me where can and refer to build my applications or do I have some mistakes understanding the model.
Thank you very much.
Tom