Skip to content
#

coap-server

Here are 32 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

The CoapServer Connector adds CoAP server capability to Mule Enterprise Service Bus. With it Mule applications can implement services that can be accessed by clients using the CoAP protocol.

  • Updated Feb 1, 2019
  • Java

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