-
Notifications
You must be signed in to change notification settings - Fork 103
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
Implement CoAP Blockwise Transfers #26
Comments
oh, do you hava plan to do this job? we are waiting in joyful hope. |
Currently I don't have any plans to implement this feature. We welcome pull requests! |
Hi, I have a question on SZX in the Block2 Option. Does the payload bytes of the response packet MUST be exactly same as the SZX chosen in Block2 Option For example, I send a Block which is NOT the last block and I choose SZX = 2 (i.e., Block size is 64 bytes). But the actual payload in the response is 75 bytes or 57 bytes not 64 bytes. Is this valid? Thanks! |
I would like know if somebody implemented this feature? |
As specified in the IETF draft: https://tools.ietf.org/html/draft-ietf-core-block-17, sending a single large file split into multiple blocks that fit into UDP packets.
The text was updated successfully, but these errors were encountered: