Open mattiantonini opened 8 years ago
Hi! I'm wondering if it is possible to create an oic-server in C for RIOT. I've tried to include sol-oic.h but it is not found.
#include <stdio.h> #include <soletta.h> #include <sol-coap.h> #include <sol-oic.h> #include <sol-oic-server.h> #include <sol-gpio.h> #include <sol-log.h> #include <sol-mainloop.h> #include <sol-network.h> #include <sol-str-slice.h> #include <sol-util.h> #include <sol-vector.h> static void startup(void) { printf("Hello World!"); } SOL_MAIN_DEFAULT(startup, NULL);
Any Suggestion?
Cheers, Mattia
Hi! I'm wondering if it is possible to create an oic-server in C for RIOT. I've tried to include sol-oic.h but it is not found.
Any Suggestion?
Cheers, Mattia