iotivity / iotivity-constrained

This mirror is deprecated. Please visit https://github.com/iotivity/iotivity-lite for forking the IoTivity-Lite project. To contribute code to the project, please visit https://www.iotivity.org/get-involved, https://www.iotivity.org/
https://iotivity.org/getting-started
Apache License 2.0
66 stars 42 forks source link

RIOT port compilation issues #7

Open wraithking101 opened 7 years ago

wraithking101 commented 7 years ago

Hi,

I've compiled the code for RIOT and it gives me the following error home/iot/iotivity-constrained/port/riot/ipadapter.c:19:26: fatal error: net/conn/udp.h: No such file or directory

It seems the current RIOT repository has updated udp socket api. Is it possible to provide the commit id in the README for the RIOT tested in your port?

kmaloor commented 7 years ago

Hello, You could try with 513b20ffd328934c58af169e2bce0c0a01eddee2

wraithking101 commented 7 years ago

Hi Kishen,

Tested and successfully compiled. Does it only support posix environment at this moment? Did you also demonstrate using a real board like cc2538dk to run iotivity-constrained?

-Shengrong

kmaloor commented 7 years ago

It had been tested very briefly on an Atmel SAMR21.

wraithking101 commented 7 years ago

Great, thanks for the info.