@@ -6,7 +6,7 @@ open source implementation of [Thread](https://threadgroup.org/) on RIOT.
66The [ Command Line Interface] ( https://github.com/openthread/openthread/blob/master/examples/apps/cli/README.md ) of
77OpenThread was ported. Please check the
88[ full documentation] ( https://github.com/openthread/openthread/blob/master/src/cli/README.md )
9- of the CLI for usage information.
9+ of the CLI for usage information. Commands start with prefix 'ot'.
1010
1111You can either build a FTD or MTD firmware:
1212- MTD: A Minimal Thread Device does not have router functionality compiled in.
@@ -40,13 +40,13 @@ make BOARD=<target> clean all flash OPENTHREAD_TYPE=mtd
4040make BOARD=<target> clean all flash OPENTHREAD_TYPE=ftd
4141```
4242
43- 2 . Check the state of the node with ` state ` . In the beginning, it should be
43+ 2 . Check the state of the node with ` ot state` . In the beginning, it should be
4444` detached ` , but after some seconds it should become ` leader `
4545
46463 . Start another node and check that it becomes ` router ` . There is only one
4747leader in a Thread network.
4848
49- 4 . Get the mesh IP address of a node with ` ipaddr ` .
49+ 4 . Get the mesh IP address of a node with ` ot ipaddr` .
5050```
5151ipaddr
5252 fdde:ad00:beef::ff:fe00:8000
5959ping fdde:ad00:beef:0:946a:c722:a5d9:848
6060```
6161
62- 6 . You can try IEEE802.15.4 scan with ` scan ` command
62+ 6 . You can try IEEE802.15.4 scan with ` ot scan` command
6363
64- 7 . You can also check other commands with ` help `
64+ 7 . You can also check other commands with ` ot help`
6565
6666
6767## OpenThread port on RIOT status
0 commit comments