AllJoyn - How to check the structure of the control panel service

I am testing the infrastructure of the AllJoyn Control Panel service ( detailed description ). There is a sample Android ( AllJoyn Control Panel Service Framework SDK ) device controller, but I can not find a sample of a managed device (control panel).

Is there a way to simulate a device that implements the AllJoyn Control Panel service interface as a Controllee endpoint? Android sample will make my day!

+3
source share
2 answers

Despite the fact that there is no control model in the Android SDK, there is one in the C ++ SDK

, , ++ : https://allseenalliance.org/docs-and-downloads/documentation/alljoyn-control-panel-service-framework-10-usage-guide-linux-cpp

, git .

https://git.allseenalliance.org/cgit/services/controlpanel.git/tree/cpp/samples

, controllee - , , , C/++.

+1

! . , , AC Controlee, /services/base/sample _apps

  • ,
  • 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/ ​​/alljoyn//Linux/x86_64///CPP/: $AJ_ROOT///sample_apps//Linux/x86_64///ControlPanel/: $AJ_ROOT///sample_apps//Linux/x86_64////: $AJ_ROOT///sample_apps//Linux/x86_64///services_common/: $LD_LIBRARY_PATH
  • , . /ACServerSample /services/base/sample_apps/build/linux/x86_64/debug/dist/sample_apps/bin

AC (controlee) Android. , Android !

+1

All Articles