Searched refs:CLI (Results 1 – 25 of 31) sorted by relevance
12
/openthread-latest/src/cli/ |
D | README_COMMISSIONING.md | 1 # OpenThread CLI - Commissioning 118 ## CLI Reference 120 - [Commissioner CLI Reference](README_COMMISSIONER.md) 121 - [Joiner CLI Reference](README_JOINER.md)
|
D | README_SRP.md | 1 # OpenThread CLI - SRP (Service Registration Protocol) 184 ## CLI Reference 186 - [SRP Client CLI Reference](README_SRP_CLIENT.md) 187 - [SRP Server CLI Reference](README_SRP_SERVER.md)
|
D | README_TCP.md | 1 # OpenThread CLI - TCP Example 3 The OpenThread TCP APIs may be invoked via the OpenThread CLI. 13 On node 1, initialize the TCP CLI module and listen for incoming connections using the example TCP … 24 On node 2, initialize the TCP CLI module, connect to node 1, and send a simple message. 158 List the TCP CLI commands.
|
D | README_UDP.md | 1 # OpenThread CLI - UDP Example 3 The OpenThread UDP APIs may be invoked via the OpenThread CLI. 53 List the UDP CLI commands.
|
D | README_COAP.md | 1 # OpenThread CLI - CoAP Example 3 The OpenThread CoAP APIs may be invoked via the OpenThread CLI. 82 List the CoAP CLI commands.
|
D | README_COAPS.md | 1 # OpenThread CLI - CoAPS Example 3 The OpenThread CoAPS APIs may be invoked via the OpenThread CLI. 126 List the CoAPS CLI commands.
|
D | README_TCAT.md | 1 # OpenThread CLI - TCAT Example
|
D | README_JOINER.md | 1 # OpenThread CLI - Joiner
|
D | cli_extension_example.cmake | 29 # This file provides an example on how to implement a CLI vendor extension.
|
D | README_DATASET.md | 1 # OpenThread CLI - Operational Datasets 9 …CLI commands to write/change the Active and Pending Operational Datasets may allow setting invalid… 177 … purposes, we will do this in the example directly on the Leader using the CLI - so without using …
|
D | README_SRP_SERVER.md | 1 # OpenThread CLI - SRP Server
|
D | README_COMMISSIONER.md | 1 # OpenThread CLI - Commissioner
|
D | README_SRP_CLIENT.md | 1 # OpenThread CLI - SRP Client
|
/openthread-latest/tests/toranj/ |
D | README_CLI.md | 3 `toranj-cli` is a test framework for OpenThread using its CLI interface. 10 - `toranj` in CLI mode runs `ot-cli-ftd` on simulation platform (real-time). 19 Building OpenThread (NCP/CLI for FTD/MTD/RCP mode) with simulation platform using cmake 37 To run all CLI tests, `start` script can be used. This script will build OpenThread with proper con… 50 … a sub-process to run `ot-cli-ftd` and provides methods to control the node and issue CLI commands. 66 `cli.Node()` provides methods matching different CLI commands, in addition to some helper methods f… 94 A direct CLI command can be issued using `node.cli(command)` with a given `command` string. 169 … uses CLI commands to test the behavior of OpenThread with simulation platform. `thread-cert` scri…
|
D | README.md | 7 - `toranj-cli` which enables testing of OpenThread using its CLI interface. 16 - `toranj` in CLI mode runs `ot-cli-ftd` on simulation platform (real-time).
|
/openthread-latest/tests/scripts/thread-cert/ |
D | README.md | 35 ### CLI reference 47 This is node mode. You may run OpenThread CLI here.
|
/openthread-latest/tools/otci/ |
D | README.md | 7 - OpenThread CLI 22 # Connect to an OpenThread CLI device via Serial
|
/openthread-latest/tools/tcat_ble_client/ |
D | README.md | 48 …atching device discovered and set up a secure TLS channel. The user is then presented with the CLI. 70 ## TCAT Commissioner CLI Commands 72 The application supports the following interactive CLI commands:
|
D | bbtc.py | 40 from cli.cli import CLI 99 cli = CLI(ds, args, ble_sstream)
|
/openthread-latest/examples/apps/cli/ |
D | README.md | 1 # OpenThread CLI Example 124 See the [OpenThread CLI Reference README.md](../../../src/cli/README.md) to explore more.
|
/openthread-latest/examples/platforms/zephyr/ |
D | README.md | 3 …://github.com/zephyrproject-rtos/zephyr/tree/main/modules/openthread) and [CLI example](https://gi…
|
/openthread-latest/src/posix/ |
D | README.md | 19 ## Build POSIX CLI 42 **NOTE** Assuming the build system is 64bit Linux, you can use the normal OpenThread CLI as describ… 144 …. And a client can communicate with it by connecting to the socket. The protocol is OpenThread CLI.
|
/openthread-latest/tools/tcat_ble_client/cli/ |
D | cli.py | 40 class CLI: class
|
/openthread-latest/tools/harness-thci/ |
D | README.md | 7 - OpenThread CLI — Based on the CC2538 example platform, which is included in the current Thread Te… 60 …login Param6 : SSH username Param7 : SSH password Param8 : comma separated CLI prompt, Wpan comman…
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.data | 932 TLS 1.3: CLI: session serialization: Wrong major version 936 TLS 1.3: CLI: session serialization: Wrong minor version 940 TLS 1.3: CLI: session serialization: Wrong patch version 944 TLS 1.3: CLI: session serialization: Wrong config 2973 TLS 1.3: CLI: Session serialization, save-load: no ticket 2977 TLS 1.3: CLI: Session serialization, save-load: small ticket 2981 TLS 1.3: CLI: Session serialization, save-load: large ticket 3013 TLS 1.3: CLI: Session serialization, load-save: no ticket 3017 TLS 1.3: CLI: Session serialization, load-save: small ticket 3021 TLS 1.3: CLI: Session serialization, load-save: large ticket [all …]
|
12