We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I'm new to CoAPhton. There is a simple question: how to change the size of the requested block in a GET request?
I have the following code:
from coapthon.client.helperclient import HelperClient from coapthon.utils import parse_uri client = HelperClient(server=("bbbb:8542:bbff:2:fc9e:48d0:a8de:14f5", 5683)) response = client.get client.stop()
By default, a block of 16 bytes is requested. I need to change this length to 64. How can I do this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. I'm new to CoAPhton.
There is a simple question: how to change the size of the requested block in a GET request?
I have the following code:
By default, a block of 16 bytes is requested. I need to change this length to 64. How can I do this?
The text was updated successfully, but these errors were encountered: