运行 Config 样例 - Thin Linux
前提条件
- Build the thin Linux samples
- Build the AllJoyn™ router. AllJoyn 精简应用程序需要一个可以连接的 AllJoyn 路由来正常工作。
运行 Config Sample
- 使用配置文件运行 AllJoyn daemon,使精简应用程序可以连接。
```sh
#
export LD_LIBRARY_PATH=pwd
/../lib:$LD_LIBRARY_PATH
# This sets the library path to load the liballjoyn.so shared library.
./alljoyn-daemon & ```
- 运行 Config Sample (在新的命令行中)
sh
cd $AJ_ROOT/services/sample_apps/build
./ConfigSample
-
使用下列中的一个 Config client 应用程序与 Config service 进行交互。
- Android Config Sample
- Linux Config Client Sample