Hi,
I think it's not easy to port libcoap to other platforms neither POSIX, Contiki, nor lwIP.
Is there any guide for it?
I don't want to add another #ifdef ~ #endif blocks into libcoap code.
Like coap_io.c that has CUSTOM_COAP_NETWORK_SEND and CUSTOM_COAP_NETWORK_READ, I think other codes (including net.c) also should have preprocessors for more portability.
Regards,
Jongsoo
Hi,
I think it's not easy to port libcoap to other platforms neither POSIX, Contiki, nor lwIP.
Is there any guide for it?
I don't want to add another
#ifdef~#endifblocks into libcoap code.Like coap_io.c that has
CUSTOM_COAP_NETWORK_SENDandCUSTOM_COAP_NETWORK_READ, I think other codes (including net.c) also should have preprocessors for more portability.Regards,
Jongsoo