Skip to content

Commit

Permalink
[.md] updated OTNS2 references in docs to OTNS.
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Sep 24, 2024
1 parent e39253f commit abd86ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1074,7 +1074,7 @@ Open a web browser (tab) for visualization.
web [ <TabName> ]
```

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.
Expand Down
4 changes: 2 additions & 2 deletions ot-rfsim/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit abd86ba

Please sign in to comment.