forked from openthread/ot-ns
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[all] otns2 follow-up to properly configure operational dataset (open…
…thread#502) (WIP)
- Loading branch information
Showing
13 changed files
with
161 additions
and
69 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# | ||
# Example OT node CLI script, which can be passed to otns using the -ot-script parameter. | ||
# | ||
|
||
script: | ||
ftd: | | ||
# Active Dataset parameters | ||
# This only works for an FTD (e.g. type 'router' or 'fed') | ||
dataset init new | ||
dataset networkname Test\ Network | ||
dataset panid 0x1234 | ||
dataset channel 15 | ||
dataset networkkey 998877665544332211ffeeddccbbaa00 | ||
dataset commit active | ||
# Some extra settings - differ from usual setup. | ||
routerselectionjitter 10 | ||
mtd: | | ||
networkkey 998877665544332211ffeeddccbbaa00 | ||
all: | | ||
# Some extra settings - differ from usual setup. | ||
ccathreshold -80 | ||
txpower 10 | ||
# Autostart the node | ||
ifconfig up | ||
thread start |
Submodule openthread
updated
3150 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.