Integration of libcoap into RTEMS-libbsd

Gedare Bloom gedare at rtems.org
Tue Aug 2 15:38:29 UTC 2016


On Tue, Aug 2, 2016 at 11:05 AM, Babacar Diop <bdiopxv at gmail.com> wrote:
> Dear users,
>
> I would like to know if it is possible to integrate the POSIX/C CoAP
> implementation libcoap into RTEMS-libbsd.
>
Should be possible to link it with an RTEMS built with libbsd using
the POSIX interfaces in CoAP.

> Do you think it is possible for now ? Do you have an idea on how to do this
> ?
>
First you would need to build/install RTEMS with a networking stack
and test that you have networking capabilities working out-of-the-box.
Then you would have to figure out how to make the build system for
CoAP compile and link against your built RTEMS, or write your own
build scripts. Oh, and you should build it as a static library. Then
it should be possible to compile/link an example using the installed
RTEMS and linking to the static coap library.

> Any help could be great !
>
>
> Kind Regards
>
>
> ------------------------------------------------------------------------------------------
>
> Babacar Diop
> 24 years
> Engineering student in Electronics and Computer Sciences of Embedded Systems
> at Polytech' Paris-UPMC
> 5th Year
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list