Running AC Server Sample - Thin Linux

前提条件

运行 AC 服务器样例应用程序

  1. 运行 AllJoyn 路由,使得精简应用程序可以连接。

```sh # can be either x86_64, x86, or whatever value you set for CPU= when running SCons. export TARGET_CPU= cd $AJ_ROOT/core/alljoyn/build/linux/$TARGET_CPU/release/dist/cpp/bin

export LD_LIBRARY_PATH=pwd/../lib:$LD_LIBRARY_PATH # This sets the library path to load the liballjoyn.so shared library.

./alljoyn-daemon & ```

  1. 运行 AC 服务器端示例 (在新的窗口中). (in a new terminal).

sh cd $AJ_ROOT/services/sample_apps/ACServerSample/build ./ACServerSample

  1. Use the following apps to interact with the different services provided by the AC Server Sample:使用下列应用程序与由 AC 服务器示例所提供的不同服务进行交互。
  2. About
  3. Config
  4. Control Panel
  5. Notification