obgm

Results 87 comments of obgm

> CMake unfortunately does not handle, for example, 4.3.1rc1 (the rc1 suffix) That is why I just ignored CMake.

The big step here is to automate the creation of CMakeLists.txt from configure.ac. Do we really want this?

Apparently, SIGUSR1 is not available on Windows, therefore it is set only on systems compliant to POSIX.1-1990.

I have started to look into this in more detail and would like to pull (most of) it into the development branch. There are some issues to be resolved before...

Having received no reaction on my last post that lists what needs to be done before this can be pulled into the develop branch, I consider this work dead. Meanwhile,...

Unfortunately, it is not that easy. These errors occur because coap_dtls.c, coap_event.c, and coap_keystore.c are missing in `Makefile.libcoap`. Moreover, in `Makefile.contiki`, the line `CFLAGS += -DWITH_CONTIKI -DHAVE_LIBTINYDTLS` would be required....

@jqiaobln There is a defined interface for the underlying read/write operations on the network. Ports for non-POSIX platforms show how to replace them. Data structures such as coap_address_t can be...

Thanks for using libcoap. The library initially has intentionally been designed to give application developers access to the lower layer CoAP protocol. If you want to control certain behavior, it...