X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fstage-hand.md;h=0fb72c62e089103769aab8e2a691645fde996c0f;hp=c4e93f2654d1c2a9952ec1ded01075bcd9ea1a1c;hb=10cebd560dc26be76cf2d3390cc5b37e673e3bb6;hpb=0a67f6cfc5f345a66d5a048dc1f10d9297a3d707 diff --git a/docs/content/shared-javascript-and-cpp-documentation/stage-hand.md b/docs/content/shared-javascript-and-cpp-documentation/stage-hand.md index c4e93f2..0fb72c6 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/stage-hand.md +++ b/docs/content/shared-javascript-and-cpp-documentation/stage-hand.md @@ -36,7 +36,21 @@ Stagehand connects to DALi via the network using a TCP/IP connection. ![ ](../assets/img/stage-hand/inner-workings.png) ![ ](inner-workings.png) -## Network setup +## Connecting Stagehand to your DALi application + +### Preparing DALi + +Stagehand connects to DALi via network using a TCP/IP connection, to enable this, your dali-adaptor RPM must be built with a configure option: `--enable-networklogging` + +Here is an example dali-adaptor configure line: +~~~ +$ CXXFLAGS="-g -O0 -Wno-unused-local-typedefs" CXX="ccache g++" ./configure --prefix=$DESKTOP_PREFIX --enable-debug=yes --enable-profile=UBUNTU --enable-gles=20 --enable-networklogging +~~~ + +Once this RPM is installed, you can run your DALi application and connect Stagehand to it. + + +### Network setup To enable network control on DALi, an environment variable must be set: @@ -61,7 +75,7 @@ $ netstat -tlpn ![ ](netstat.png) -## Connecting with Stagehand +### Connecting with Stagehand Click the settings icons below