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
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
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
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
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