The Wayback Machine - https://web.archive.org/web/20220127043757/https://github.com/topics/coap-server
Skip to content
#

coap-server

Here are 36 public repositories matching this topic...

baw-serafin
baw-serafin commented Jan 23, 2018

We are developing a little demo but lobarocoap can't parse a response with no options. it fails of the following code in /src/coap_options.c

if (srcArr[0] == OPTION_PAYLOAD_MARKER) {
		INFO("- Options must not start with payload marker!\r\n");
		return COAP_PARSE_MESSAGE_FORMAT_ERROR;
}

Other clients like libcoap or coapthon or java libraries have no problem with the packets. And

Improve this page

Add a description, image, and links to the coap-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coap-server topic, visit your repo's landing page and select "manage topics."

Learn more