Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

sol-oic.h is not found #31

Open
mattiantonini opened this issue Aug 5, 2016 · 0 comments
Open

sol-oic.h is not found #31

mattiantonini opened this issue Aug 5, 2016 · 0 comments

Comments

@mattiantonini
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant