Re: Integration of libcoap into RTEMS-libbsd

2016-08-02 Thread Gedare Bloom
On Tue, Aug 2, 2016 at 11:53 AM, Babacar Diop wrote: > Dear Gedare, > > Thank you for response. I forgot to precise that I have the networking > capabilities on my beaglebone black thanks to Ragunath's work. > > Ok so basically, I thought about using the RSB to add the library into RTEMS > as a st

Re: Integration of libcoap into RTEMS-libbsd

2016-08-02 Thread Babacar Diop
Dear Gedare, Thank you for response. I forgot to precise that I have the networking capabilities on my beaglebone black thanks to Ragunath's work. Ok so basically, I thought about using the RSB to add the library into RTEMS as a static library as it might help me to automatize the work. Is it rea

Re: Integration of libcoap into RTEMS-libbsd

2016-08-02 Thread Gedare Bloom
On Tue, Aug 2, 2016 at 11:05 AM, Babacar Diop 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 thin