Imported Upstream version 1.2.0
[platform/upstream/iotivity.git] / resource / csdk / security / README-building-and-running-secure-IoTivity-stack.txt
index 9def457..bc19b1b 100644 (file)
@@ -1,17 +1,20 @@
-LAST UPDATED 5/27/2015
+LAST UPDATED 9/29/2016
 
 To build the IoTivity stack with the security features enabled:
 
 1) Build IoTivity with security enabled:
        $ cd <iotivity-base>
-       $ scons resource SECURED=1
+       $ scons SECURED=1
 
 2) Verify functionality using secure sample apps:
        $ cd <iotivity-base>/out/<...>/release/resource/csdk/stack/samples/linux/secure
        $ export LD_LIBRARY_PATH=<iotivity-base>/out/<...>/release
        $ ./ocserverbasicops &
        $ ./occlientbasicops -t 1
-        Message "INFO: occlientbasicops: Secure -- YES" indicates success!
+        NOTE: Console messages below indicate success:
+         "INFO: occlientbasicops: Uri -- /a/led
+          INFO: occlientbasicops: SECUREPORT udp: 51516
+          INFO: occlientbasicops: Secure -- YES"
        $ ./occlientbasicops -t 2
-        Completion of 'GET' and 'PUT' query successfully indicates success!
+        NOTE: Completion of 'GET' and 'PUT' query to /a/led indicates success!