Lines Matching refs:node
50 …)` class creates a Thread node instance. It creates a sub-process to run `ot-cli-ftd` and provides…
71 >>> node.get_state()
73 >>> node.get_channel()
75 >>> node.set_channel(12)
76 >>> node.get_channel()
78 >>> node.set_network_key('11223344556677889900aabbccddeeff')
79 >>> node.get_network_key()
87 node.form(network_name=None, network_key=None, channel=None, panid=0x1234, xpanid=None):
91 node.join(another_node, type=JOIN_TYPE_ROUTER):
94 A direct CLI command can be issued using `node.cli(command)` with a given `command` string.
97 >>> node.cli('uptime')
101 Method `allowlist_node()` can be used to add a given node to the allowlist of the device and enable…
108 #### Example (simple 3-node topology)
110 Script below shows how to create a 3-node network topology with `node1` and `node2` being routers, …
141 …, to help with debugging of the issue, the last 30 lines of logs of every node involved in the tes…
143 …nd info as the test-cases are run (verbose mode). It can be enabled for a node instance when it is…
147 >>> node = cli.Node(verbose=True)
150 >>> node.get_state()
154 >>> node.form('test')