##Instruction for simple guide alt tag

1) prepaer sensor board : ARTIK5 with Tizen
2) prepaer actuator board : ARTIK10 with Tizen
3) install "system IO Interface" module into each boards
  * capi-iotbus-0.0.1-0.armv7l.rpm
  * capi-iotbus-server-0.0.1-0.armv7l.rpm
4) install "system IO add-on" node module
  * ARTIK5 : node-iotbus_artik5-0.9.0-1.armv7l.rpm 
  * ARTIK10 : node-iotbus_artik10-0.9.0-1.armv7l.rpm
5) install sensor application 
  * sensor_server.js  
  * sensor_things.js 
6) install actuator application
  * actuator_server.js
  * actuator_things.js
- for working properly,
you should check the Artik-Cloud usage first, and install physical sensor/actuator into proper peripheral port.

##Instruction for developer Please download the patch according to your target There is a patch related to cloud demo. And, this patch is composed with 2 groups of patchset. One is node_iotbus that node addon for capi-iotbus, and can be referred below path.

We checked the functionality based on the binary of tizen-common-artik_20161007.97 version. Please refer to below path to get the version.

Here is steps how to run patches

1) find script (patch-demo_artik5 / patch-demo_artik10)

2) run patch according to target board
 : for artik5
 $ sudo ./patch-demo_artik5
=> if the patch is done, it can be rebooted automatically.

 :for artik10
 $ sudo ./patch-demo_artik10
=> if the patch is done, it can be rebooted automatically.

By the way, unleass install driver(ddk...) demo patch will not be worked.