-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels