Skip to content

Routing: Use of Block1 to deliver results #5

@MBradbury

Description

@MBradbury

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions