[easy-setup] Updated Arduino Enrollee sample app for taking user input
authorlankamadan <lanka.madan@samsung.com>
Mon, 5 Oct 2015 13:13:47 +0000 (22:13 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 6 Oct 2015 14:27:37 +0000 (14:27 +0000)
commit4d63ada39a73e7aded9362e74ef5a8bcefd28f6f
treec5e532a29217490299aad9e0fe478d8875845948
parent2b592116de6238227df8f07fd5b8112210849611
[easy-setup] Updated Arduino Enrollee sample app for taking user input

- Modified Arduino sample and the corresponding code to accept input from sample user
- Added a new enum to provide the status of the enrollee along with the result
- Modified the callback handler to accept enrollee status

Change-Id: Ie0e8720c17315c0e022155727cc472f854308ead
Signed-off-by: lankamadan <lanka.madan@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3623
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
service/easy-setup/sdk/common/escommon.h
service/easy-setup/sdk/enrollee/api/easysetup.h
service/easy-setup/sdk/enrollee/arduino/wifi/networkHandler.cpp [changed mode: 0755->0644]
service/easy-setup/sdk/enrollee/arduino/wifi/networkHandler.h [changed mode: 0755->0644]
service/easy-setup/sdk/enrollee/src/easysetup.cpp
service/easy-setup/sdk/enrollee/src/resourceHandler.cpp
service/easy-setup/sdk/mediator/src/wifi_provisioning.cpp [changed mode: 0755->0644]