运行 Config 样例 - Thin Linux

前提条件

运行 Config Sample

  1. 使用配置文件运行 AllJoyn daemon,使精简应用程序可以连接。

```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. 运行 Config Sample (在新的命令行中)

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

  1. 使用下列中的一个 Config client 应用程序与 Config service 进行交互。

  2. iOS Config Sample

  3. Android Config Sample
  4. Linux Config Client Sample