9.4.1 Leader to Node
- Open a Tera Term terminal linked to the WBZ451 and connect the board to the network
- On this terminal open a socket (for
example on port 1234):
> udp open
> udp bind :: 1234
- On this terminal, get the IPv6 MLEID
address of the node:
> ipaddr mleid
- On the border router open the
communication with the Thread Interface:
# sudo ot-ctl
If you face any error, reboot the Raspberry Pi.
- Send a message from the border router
to the node:
> udp open
> udp send [ip address] 1234 hello
A similar message should appear on the terminal once the message is received :