Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / soft-sensor-manager / SampleApp / arduino / Reference_Thing / src / readme.txt
1
2 Followings should be done befor building Arudno applications 
3
4 1. Applications on arduino conform  the Iotivity Base released on 22-Aug-2014.
5    (Ver. 22th Aug(oic-resource: commit: cdeeed62bd9b11beb2cdd340168e766088c18dac [cdeeed6]))
6
7    For successful execution, you have to copy the file, local.properties, into the following pathes:
8     - oic-resource/csdk/
9     - oic-resource/csdk/libcoap-4.1.1
10
11
12 2. Time.c, Time.h should be copied in your machine and they should be refered in the Makefile as followings
13
14    Makefile path:  / oic-resource / csdk / libcoap-4.1.1 / makefile
15
16    path to be modified: 
17   
18      - INCD_ARD_TIME = -I$(ARDUINO_DIR)/libraries/Time ---> for Time.h
19      - SDIR_ARD_TIME = $(ARDUINO_DIR)/libraries/Time ---> for Time.c