Replies: 1 comment 2 replies
-
There is an open PR to add support for CoAP URI queries via the CLI: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a coap resource which looks like this:
I can call the resource like this with no problem [serverip] i/r.
Now I would like to add a uri parameter to my resource to call it like this [serverip] i/r?test=test,
but when I add the parameter to the uri, my handler is no longer called. What do I need to do so I can
add a uri parameter?
Beta Was this translation helpful? Give feedback.
All reactions