Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routing: Use of Block1 to deliver results #5

Open
MBradbury opened this issue Jul 7, 2020 · 0 comments
Open

Routing: Use of Block1 to deliver results #5

MBradbury opened this issue Jul 7, 2020 · 0 comments

Comments

@MBradbury
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant