Did you find any solution for this? I am also looking for this.
iOS compilation support
observer request from client
POST METHOD
coap+json format
coap server resource implementation with different attributes like state,colour,intensity
coap-client -m get coap://127.0.0.1/.well-known/core
client.c: abort on invalid URI at command line
test_error_response.c: free storage from responses
.gitignore: do not ignore custom files in m4
coap-server.c: discard result of coap_get_data()
libcoap-1.{map,sym}: updated map files
net.c: Fix response code for unknown resources
Fix big/little endian alignment
address.[hc]: Fixed byteorder in coap_is_mcast(...
README.md: added tool badges
client.c: fix TOCTOU for file input
coap server resource implementation with different attributes like state,colour,intensity
coap client put request pprobla
build.sh: set LDFLAGS=-lrt for glibc < 2.17 in ...
client.c: fixed malformed mode-line
build.sh: split build steps for platform lwip
uri.[hc]: make 1st argument of coap_split_uri()...
Add missing LOG_ERR log level
resource.h: Add documentation for flags used in...
build.sh: bugfix: use LDLIBS for linking
configure.ac: fix CFLAGS append
CI: enable platform lwip
net.c: explicitly clear pointer to free'd storage
Makefile.am: move target clean-local to distcle...
configure.ac: adjust a specific FreeBSD test fo...
net.c: improved support for RFC 7967 (No-Respon...
configure.ac: adding FreeBSD to the detectable ...
scripts/build.sh: added fix for broken cunit.pc...
coap_io.c: avoid use of tainted data from recvmsg
scripts/build.sh: re-enable pkg-config fix for ...
scripts/build.sh: removed non-working cunit.pc fix
configure.ac: simplify the CUnit check by pkg-c...
debug: Fix off-by-1 error in coap_show_pdu bloc...
configure.ac: improve the ERROR message if a2x ...
configure.ac: changing tabs into spaces
Allow client example to not generate Uri-Host a...
configure.ac: adapt the output of doxygen compa...
coap_io.c: platform-specific network I/O for Fr...
Merge PR 56
examples/client: Fix Block1 handling for growin...
.travis.yml: added missing packages for documen...
encode.h: fix one-letter pre-processor symbol t...
configure.ac: adding detection of kfreebsd plat...
configure.ac: remove cunit version check
.travis.yml: switch to Trusty build environment...
pdu.c: check for zero length before invoking me...
pdu.h: fixed option number for No-Reponse (RFC ...
net.c: re-arrange code to avoid memory leakage
scripts/build.sh: more debug output
pdu.c: Added missing response phrases
pdu.c: correct response codes for 2.xx
client.c: Added missing option -U in usage info
Makefile.am: fix include-path for auto-generate...
Merge branch 'pr/client-block1-size-robustness'...
coap_io.c: removed erraneous memcpy() in coap_n...
block.c: fixed possible buffer overflow in coap...
pdu.h: updated RFC numbers in option number com...
configure.ac: normalize helping output for AC_A...
make: enable out of tree build
configure.ac: splitting ctags check into freebs...
configure.ac: let configure found the sed binary
client.c: use function parameter in cmdline_sub...
test_pdu.c: fix condition inside CUnit assertion
scripts/fix-unit.sh: make script executable
address.h: added missing includes
tests/Makefile.am: adding CUNIT_CFLAGS to AM_CF...
lwip: Drop include in coap_io.h
lwip: Include coap_config.h in lwippools.h
lwip: cleanups of leftover variables and simila...
examples/lwip: depend on coap.h
net: Fix coap_new_endpoint error handling
lwip: Use latest version
server.c: fixed Contiki-related debug functions
examples/contiki/Makefile: use --depth 1 for cl...
Makefile.contiki: Added -Os to remove undefined...
configure: only add -Wunused-result if supporte...
doc/Makefile.am: remove *.md5 files after insta...
option.c: fixed off-by-one error in Uri-Query e...
test_uri.c: additional unit tests for option en...
configure.ac: fixup small typo in option descri...
Changelog: update
src/net.c: bugfix: remove observer on cancel be...
Makefile: fixed build infrastructure for Contik...
.travis.yml: Added package docbook-xml
scripts/build.sh: bugfix: stay in top directory...
build.sh: pass exit code to caller
.travis.yml: Removed platform lwip due to serve...
Use LWIP_RAND() when available
.travis.yml: bugfix: package name libcunit1-dev
examples/lwip/Makefile: fixed lwip branch
.travis.yml: Re-enabled tests for platform POSIX
resource.c: bugfix: Memory leak from hash table
Use LWIP_PLATFORM_DIAG for LWIP
coap_bits.h: remove inclusion of <sys/types.h>