Home
last modified time | relevance | path

Searched refs:CLI (Results 1 – 25 of 31) sorted by relevance

12

/openthread-latest/src/cli/
DREADME_COMMISSIONING.md1 # OpenThread CLI - Commissioning
118 ## CLI Reference
120 - [Commissioner CLI Reference](README_COMMISSIONER.md)
121 - [Joiner CLI Reference](README_JOINER.md)
DREADME_SRP.md1 # 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)
DREADME_TCP.md1 # 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.
DREADME_UDP.md1 # OpenThread CLI - UDP Example
3 The OpenThread UDP APIs may be invoked via the OpenThread CLI.
53 List the UDP CLI commands.
DREADME_COAP.md1 # OpenThread CLI - CoAP Example
3 The OpenThread CoAP APIs may be invoked via the OpenThread CLI.
82 List the CoAP CLI commands.
DREADME_COAPS.md1 # OpenThread CLI - CoAPS Example
3 The OpenThread CoAPS APIs may be invoked via the OpenThread CLI.
126 List the CoAPS CLI commands.
DREADME_TCAT.md1 # OpenThread CLI - TCAT Example
DREADME_JOINER.md1 # OpenThread CLI - Joiner
Dcli_extension_example.cmake29 # This file provides an example on how to implement a CLI vendor extension.
DREADME_DATASET.md1 # OpenThread CLI - Operational Datasets
9CLI 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 …
DREADME_SRP_SERVER.md1 # OpenThread CLI - SRP Server
DREADME_COMMISSIONER.md1 # OpenThread CLI - Commissioner
DREADME_SRP_CLIENT.md1 # OpenThread CLI - SRP Client
/openthread-latest/tests/toranj/
DREADME_CLI.md3 `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…
DREADME.md7 - `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/
DREADME.md35 ### CLI reference
47 This is node mode. You may run OpenThread CLI here.
/openthread-latest/tools/otci/
DREADME.md7 - OpenThread CLI
22 # Connect to an OpenThread CLI device via Serial
/openthread-latest/tools/tcat_ble_client/
DREADME.md48 …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:
Dbbtc.py40 from cli.cli import CLI
99 cli = CLI(ds, args, ble_sstream)
/openthread-latest/examples/apps/cli/
DREADME.md1 # OpenThread CLI Example
124 See the [OpenThread CLI Reference README.md](../../../src/cli/README.md) to explore more.
/openthread-latest/examples/platforms/zephyr/
DREADME.md3 …://github.com/zephyrproject-rtos/zephyr/tree/main/modules/openthread) and [CLI example](https://gi…
/openthread-latest/src/posix/
DREADME.md19 ## 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/
Dcli.py40 class CLI: class
/openthread-latest/tools/harness-thci/
DREADME.md7 - 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/
Dtest_suite_ssl.data932 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