diff --git a/cli/README.md b/cli/README.md index d9faf0ad..71d0ba22 100644 --- a/cli/README.md +++ b/cli/README.md @@ -247,7 +247,7 @@ List, or change, OT versions/executables used per node type. Use 'exe' without arguments to list the OpenThread (OT) executables, or shell scripts, that are preconfigured for each of the node types FTD (Full Thread Device), MTD (Minimal Thread Device) and BR (Thread Border Router). When a new node is created the executable currently in this list is used to start a node instance of that node type. The `br` (Border Router) node type is an FTD with some additional functions, and prefixes/routes, typical for a Thread 1.3 Border Router. -The line `Executables search path` lists the paths where the executable of that given name will be searched first. Finally, the lines `Detected ... path` lists the final detected path where the executable has been found. This is provided as a sanity check that the right executable has been detected for to-be-created OT nodes. If no explicit path is listed as detected path, it means that OT-NS2 will try to launch the executable using the OS \$PATH. +The line `Executables search path` lists the paths where the executable of that given name will be searched first. Finally, the lines `Detected ... path` lists the final detected path where the executable has been found. This is provided as a sanity check that the right executable has been detected for to-be-created OT nodes. If no explicit path is listed as detected path, it means that OTNS will try to launch the executable using the OS \$PATH. ```bash > exe @@ -1074,7 +1074,7 @@ Open a web browser (tab) for visualization. web [ ] ``` -The optional `TabName` indicates which OTNS2 tab to open: +The optional `TabName` indicates which OTNS tab to open: - if not provided, or "main", the default main simulation window will open. - if "stats", the stats-viewer will be opened. diff --git a/ot-rfsim/README.md b/ot-rfsim/README.md index cadd7358..79baef3b 100644 --- a/ot-rfsim/README.md +++ b/ot-rfsim/README.md @@ -1,8 +1,8 @@ # OpenThread on RF-SIMulator (OT-RFSIM) platform -This directory contains 'ot-rfsim', an OpenThread platform driver for simulated OT nodes. A simulated OT node can be started in the OT-NS2 simulator. It connects to the simulator using the Unix Domain Socket provided in the commandline parameters. +This directory contains 'ot-rfsim', an OpenThread platform driver for simulated OT nodes. A simulated OT node can be started in the OTNS simulator. It connects to the simulator using the Unix Domain Socket provided in the commandline parameters. -The easiest way to use this code is just to install OT-NS2, following the [OT-NS2 Guide](../GUIDE.md). +The easiest way to use this code is just to install OTNS using the `bootstrap` script, following the [OTNS Guide](../GUIDE.md). ## Prerequisites