Restructuring of the easy-setup service.
[platform/upstream/iotivity.git] / service / easy-setup / sampleapp / enrollee / tizen-sdb / README.txt
1 /******************************************************************
2  *
3  * Copyright 2015 Samsung Electronics All Rights Reserved.
4  *
5  *
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  *
19  ******************************************************************/
20
21 Build Procedure
22 ===============
23
24 1) If you are building first time, then delete GBS-ROOT folder from home directory.
25    Note: Default build server URL for Tizen is set in gbs configuration file @ iotivity/tools/tizen/.gbs.conf.
26          If needed, same can be modified as per appropriate target.
27 2) Go to "iotivity/" folder.
28 3) Execute following command(s) to start build based on transport selection required :
29
30 scons -f service/easy-setup/sampleapp/enrollee/tizen-sdb/EnrolleeSample/build/tizen/SConscript TARGET_OS=tizen TARGET_TRANSPORT=IP ROUTING=EP RELEASE=0 LOGGING=true
31
32 (If needed, modify the parameters accordingly)
33 Note :- Upon successful execution of above command(s) RI library and sample console application(for tizen enrollee)
34         will be generated at path "~/GBS-ROOT/local/repos/<target>/armv7l/RPMS".
35
36 Procedure to Execute Sample App:
37 ================================
38     1) Copy the generated rpms(iotivity-1.0.0-0.armv7l.rpm,iotivity-devel-1.0.0-0.armv7l.rpm,iotivity-service-1.0.0-0.armv7l.rpm,com-oic-es-sample-0.1-1.armv7l.rpm) to Tizen Device
39        (say /opt/usr/media/xxx/)
40     2) sdb shell
41     3) su
42     4) cd /opt/usr/media/xxx/
43     5) change-booting-mode.sh --update
44
45     6) Install the rpms using the following commands:
46         a) rpm -Uvh iotivity-1.0.0-0.armv7l.rpm --force --nodeps
47         a) rpm -Uvh iotivity-devel-1.0.0-0.armv7l.rpm --force --nodeps
48         a) rpm -Uvh iotivity-service-1.0.0-0.armv7l.rpm --force --nodeps
49         b) rpm -Uvh com-oic-es-sample-0.1-1.armv7l.rpm --force --nodeps
50     7) For IP transport, apply net-config smack rules using below command:
51         a) chsmack -a "net-config" /usr/apps/com.oic.es.sample/bin/*
52         b) chsmack -e "net-config" /usr/apps/com.oic.es.sample/bin/*
53     7) RPM will be installed in "/usr/apps/"
54        Execute the sample app by below commands
55         i) cd /usr/apps/com.oic.es.sample/bin
56             a) ./enrollee_wifi