[dev] iotivity-constrained port on RIOT

2016-08-31 Thread Jack Mingaw
Hi, Thank you both for your reply. Iotivity constrained has been designed to work on small OSes so I think it is a must have to have a simple and well-documented way to port iotivity-constrained to another OS. It will make people who wants to port to their OS happy and then more OSes will be used w

[dev] iotivity-constrained port on RIOT

2016-08-31 Thread Thiago Macieira
Em quarta-feira, 31 de agosto de 2016, ?s 10:27:24 PDT, Jack Mingaw escreveu: > Thank you both for your reply. > Iotivity constrained has been designed to work on small OSes so I > think it is a must have to have a simple and well-documented way to > port iotivity-constrained to another OS. > It wi

[dev] iotivity-constrained port on RIOT

2016-08-25 Thread Jack Mingaw
Hi, Is someone working on the port of iotivity-constrained for RIOT? Or is there a wiki explaining which functions iotivity-constrained require to work on other OS? A quick wiki to explain how to port to other OS would be great. Cheers, Jack

[dev] iotivity-constrained port on RIOT

2016-08-25 Thread Maloor, Kishen
The answer to ?how to port? depends partly on your chosen OS and the design of your application. port/*.h constitutes the ?platform abstraction interface?. You will most certainly have to implement the interfaces in oc_connectivity.h, oc_clock.h and oc_random.h. You will have to implement oc_stora

[dev] iotivity-constrained port on RIOT

2016-08-25 Thread Thiago Macieira
Em quinta-feira, 25 de agosto de 2016, ?s 18:58:50 PDT, Jack Mingaw escreveu: > Hi, > > Is someone working on the port of iotivity-constrained for RIOT? > Or is there a wiki explaining which functions iotivity-constrained > require to work on other OS? > > A quick wiki to explain how to port to o