On Thu, Sep 8, 2016 at 1:17 PM, Ji?? Pokorn? <jiri.pokorny89 at gmail.com> wrote:
> Hello, > > my name is Ji?? Pokorn?, I study PhD programme at Brno university of > technology in Czech republic. I'd like to ask if there was a way to find > some small projects for my students to help iotivity with development. I've > read a lot at iotivity homepage and I checked out the history of mailing > list, but I'm still a little lost. Could someone give me, please, a small > push on where to start or if its even possible? > I'm slowly putting together some 100% C sample programs, since all the sample code in the kit is written in C++. (e.g. https://github.com/iotk/iochibity-c/tree/master/examples/get) The samples in resource/csdk/stack/samples only use the C API but they're written in C++. Some small demo progs like that might be a good place to start; I know it has helped me understand the way the stack works. You could also implement a Lua wrapper for the API. It's fairly easy to do, so you'd spend most of your time learning the API rather than struggling with the Lua wrapper code. It would be great to have a Lua binding. HTH, Gregg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160908/a1cfb2ac/attachment.html>
