On Tue, Apr 7, 2015 at 9:37 AM, anilkumar kolli <kollianil2009 at gmail.com> wrote: > Hello IoTivity: > > I build IoTivity-0.9.0 for ARM based board. I would like to make a sample > application to toggle LED from one board to other using 'simple > server'/'simple client' applications available in 'examples'. Later I would > like to add 'sensor management' from server client. > > I would like to understand sources available. Is there any document > available? To write new applications using the API's provided, is there a > API guide available?
Hi You can use this minimal project as input : https://notabug.org/tizen/iotivity-example (I relocated it from gitorious) It uses mraa for mapping , but you can hardcode this it will work too I'll share a branch for atmel boards if needed unless someone can suggest other hardware adaptation abstraction library for ARM ? or all arch ? Regards
