Running AC Server Sample - Thin Linux
前提条件
- Build the thin Linux samples
- Build the AllJoyn™ router. AllJoyn 精简应用程序小需要一个可连接的 AllJoyn 路由,以便正常工作。
运行 AC 服务器样例应用程序
- 运行 AllJoyn 路由,使得精简应用程序可以连接。
```sh
#
export LD_LIBRARY_PATH=pwd
/../lib:$LD_LIBRARY_PATH
# This sets the library path to load the liballjoyn.so shared library.
./alljoyn-daemon & ```
- 运行 AC 服务器端示例 (在新的窗口中). (in a new terminal).
sh
cd $AJ_ROOT/services/sample_apps/ACServerSample/build
./ACServerSample
- Use the following apps to interact with the different services provided by the AC Server Sample:使用下列应用程序与由 AC 服务器示例所提供的不同服务进行交互。
- About
- Config
- Control Panel
- Notification