You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The routing application currently uses CoAP's Block1 to deliver results to a client. There are a few issues with this:
The message is chunked into valid CBOR by splitting the result list, instead of being sent as chunks of one large list. This is to enable the receiver to validate the quality of the message.
The payload length does not respect the block size.
Block2 should probably be used instead, where the server sends a Block2 response after acknowledging the tasks receipt.
The text was updated successfully, but these errors were encountered:
The routing application currently uses CoAP's Block1 to deliver results to a client. There are a few issues with this:
The text was updated successfully, but these errors were encountered: