Lines Matching refs:network
8 - It can be used to simulate multiple nodes forming complex network topologies.
9 - It allows testing of network interactions between many nodes (IPv6 traffic exchanges).
71 '"test-network"'
72 >>> node.set(wpan.WPAN_NAME, 'my-network')
74 '"my-network"'
80 - Common network operations:
85 node.leave() # Leave the current network, clear all persistent data
87 # Form a network in given channel (if none given use a random one)
90 # Join a network with given info.
109 >>> node.form("test-network", channel=12)
110 'Forming WPAN "test-network" as node type "router"\nSuccessfully formed!'
122 "Network:Name" => "test-network"
163 # `node1` joining `node2`'s network as a router
176 Script below shows how to create a 3-node network topology with `node1` and `node2` being routers, …
261 # `node1` and `node2` are already joined and are part of the same Thread network.