RIOT-OS / Release-Specs

Specification for RIOT releases and corresponding test configurations
4 stars 21 forks source link

09-coap/test_spec09.py: update coap shell command use #270

Closed kaspar030 closed 1 year ago

kaspar030 commented 1 year ago

This should fix

> coap get -c fd00:bbbb::1 5683 /time
coap get -c fd00:bbbb::1 5683 /time

usage: coap <get|post|put> [-c] <host>[:port] <path> [data]
       coap ping <host>[:port]
Options
    -c  Send confirmably (defaults to non-confirmable)
kaspar030 commented 1 year ago

Thanks!