replace : iotivity -> iotivity-sec
[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-OIC 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
28 2) Go to "iotivity/" folder.
29
30 3) Execute following command(s) to start build based on some build flags required :
31
32 # 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 ES_TARGET_ENROLLEE=tizen SECURED=1 WITH_TCP=false WITH_CLOUD=false
33
34 4) If built for security mode:
35         After installing sample RPM on device, copy required .dat files and other applications to the same path where enrollee_wifi(executable) is available
36
37 (If needed, modify the parameters accordingly)
38 Note :- Upon successful execution of above command(s) RI library and sample console application(for tizen enrollee)
39         will be generated at path "~/GBS-ROOT-OIC/local/repos/<target>/armv7l/RPMS".
40
41 Procedure to Execute Sample App:
42 ================================
43     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
44        (say /opt/usr/media/xxx/)
45     2) sdb shell
46     3) su
47     4) cd /opt/usr/media/xxx/
48     5) change-booting-mode.sh --update
49
50     6) Install the rpms using the following commands:
51         a) rpm -Uvh iotivity-1.0.1-0.armv7l.rpm --force --nodeps
52         a) rpm -Uvh iotivity-devel-1.0.1-0.armv7l.rpm --force --nodeps
53         a) rpm -Uvh iotivity-service-1.0.1-0.armv7l.rpm --force --nodeps
54         b) rpm -Uvh com-oic-es-sample-0.1-1.armv7l.rpm --force --nodeps
55     7) For IP transport, apply net-config smack rules using below command:
56         a) chsmack -a "net-config" /usr/apps/com.oic.es.sample/bin/*
57         b) chsmack -e "net-config" /usr/apps/com.oic.es.sample/bin/*
58     7) RPM will be installed in "/usr/apps/"
59        Execute the sample app by below commands
60         i) cd /usr/apps/com.oic.es.sample/bin
61         If executing with secure mode enabled then do the below step (no. ii)
62         ii) cp /usr/lib/oic_svr_db_server.dat .
63
64         Execute the application
65         ./enrollee_wifi