[dev] About lite device

2016-05-29 Thread Thiago Macieira
Em sexta-feira, 27 de maio de 2016, ?s 11:10:17 BRT, jinhong kim escreveu: > Dear members. > > I am developing RTOS and use iotivity on my OS. > > I have some question. > > 1. Do you know how to build iotivity on lite device? > I can not use c++ code, so have to build only c code > > 2. Is

[dev] About lite device

2016-05-27 Thread Junghyun Oh
Hi Jinhong, If you build iotivity, you will have some libraries as a result. Among those libraries, you will see the "octbstack.so/a". That is the C based stack which I think you could use for your needs. Header file which carries the APIs that you will need to refer is "ocstack.h". You can find

[dev] About lite device

2016-05-27 Thread jinhong kim
Dear members. I am developing RTOS and use iotivity on my OS. I have some question. 1. Do you know how to build iotivity on lite device? I can not use c++ code, so have to build only c code 2. Is there test application for lite device? Have a good day. -- next part