On Wed, 08 Jun 2016 19:58:50 +0200, Baptiste Clenet wrote: > 2016-06-08 17:14 GMT+02:00 Emmanuel Baccelli <[email protected]>: > > > Hi Ivan, > > it would be great to have it as a pkg indeed! > > That's the standard way third-party stacks are integrated in RIOT. > > Looking forward to that, > > Emmanuel > > > > On Wed, Jun 8, 2016 at 3:41 PM, Iván Briano <[email protected]> wrote: > > > >> On Wed, 08 Jun 2016 09:46:31 +0200, Baptiste Clenet wrote: > >> > Thanks for your answers. > >> > Could we integrate Soletta OIC implementation part as a pkg in RIOT? > >> > > >> > >> The OIC implementation is tightly integrated to the core of Soletta, so > >> you need the whole thing in. > > > > Yes but could we find a way to separate it a bit so we can run a OIC > server using GNRC quickly?
That's not straight forward. The OIC implementation uses the CoAP one in Soletta, which uses the socket abstractions as well. GNRC is all the way under that. Using Soletta means that you'll need one thread to run the main loop, from where all events will be dispatched. _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
