[riot-devel] Example Application for testing microcoap in RIOT?

2014-12-22 Thread Islam Hasan
Hi, I have included microcoap as an external pkg in RIOT OS, but getting some frustrating warnings from RIOT as the followings: /RIOT/pkg/microcoap/microcoap/coap.c:68:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (4 + hdr-tkl buflen)

Re: [riot-devel] Example Application for testing microcoap in RIOT?

2014-12-22 Thread Martine Lenders
Hi Hasan, can you open a Pull Request on GitHub, so we can review and discuss your port there? 2014-12-22 10:41 GMT+01:00 Islam Hasan hasan.is...@aalto.fi: Hi, I have included microcoap as an external pkg in RIOT OS, but getting some frustrating warnings from RIOT as the followings: