Home
last modified time | relevance | path

Searched refs:coap_post (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tools/otci/tests/
Dtest_otci.py303 leader.coap_post(leader.get_ipaddr_rloc(), 'test', 'con', 'xxx')
/openthread-latest/tools/otci/otci/
Dotci.py2480 …def coap_post(self, addr: Union[str, Ip6Addr], uri_path: str, type: str = "con", payload: Optional… member in OTCI
/openthread-latest/tests/scripts/thread-cert/
Dnode.py2999 def coap_post(self, ipaddr, uri, con=False, payload=None): member in NodeImpl