Replies: 1 comment
-
The CoAP resource buffer size is specified here: openthread/src/cli/cli_coap.hpp Line 80 in d7810fa Feel free to change the buffer size to whatever you need. Note that the CLI CoAP implementation is intended to serve as a demonstration and not for use with end products. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug A clear and concise description of what the bug is.
When using the CLI commands in ardiuino-esp32, the "coap set" command only accepts 15 characters. I was directed to post here after posting there for it. espressif/arduino-esp32#10350
To Reproduce Information to reproduce the behavior, including:
Expected behavior allow more than 15 characters in the set command
Console/log output
Additional context
coap stop
thread stop
ifconfig down
dataset clear
dataset channel 24
dataset networkkey 00112233445566778899aabbccddeeff
dataset commit active
ifconfig up
thread start
coap start
coap resource json
coap set 0123456789ABCDE
coap set 0123456789ABCDEF
Beta Was this translation helpful? Give feedback.
All reactions