Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 933 Bytes

HowToUseIotivity.md

File metadata and controls

31 lines (21 loc) · 933 Bytes

How to use IoTivity

IoTivity is an open source software framework enabling seamless device-to-device connectivity to address the emerging needs of the Internet of Things.
More detailed information, please find it at README and IoTivity Site.

To use the IoTivity feature

1. with a build configuration of IoTivity

Please find it at README.

2. with another build configuration

Set the Iotivity feature through menuconfig.

~/$ cd $TIZENRT_BASEDIR
~/TIZENRT_BASEDIR$ cd os
~/TIZENRT_BASEDIR/os$ make menuconfig

In menuconfig, select the 'enable / disable iotivity stack'.

    -+-External Libraries
          |
          +-enable / disable iotivity stack

To build IoTivity sample app - simple server

Please find it at README.