Home
last modified time | relevance | path

Searched refs:OpenThread (Results 1 – 25 of 121) sorted by relevance

12345

/openthread-3.6.0/tools/otci/
DREADME.md1 # OpenThread Control Interface
3OpenThread Control Interface (OTCI) is a library which provides uniform python interfaces to conne…
7 - OpenThread CLI
9 - OpenThread NCP (limited support via [pyspinel](https://pypi.org/project/pyspinel/))
11 - [OpenThread Border Router](https://github.com/openthread/ot-br-posix)
22 # Connect to an OpenThread CLI device via Serial
/openthread-3.6.0/tests/unit/
DREADME.md1 # OpenThread Unit Tests
3 This page describes how to build and run OpenThread unit tests. It will be helpful for developers t…
7 The unit tests cannot be built solely without building the whole project. So first build OpenThread
10 # Go to the root directory of OpenThread
16 To see what tests are available in OpenThread:
50 If any changes or fixes were made to the OpenThread code, then you'll need to rebuild the entire pr…
57 This will build the updated OpenThread code as well as the test cases.
/openthread-3.6.0/tests/toranj/
DREADME.md3 `toranj` is a test framework for OpenThread.
7 - `toranj-cli` which enables testing of OpenThread using its CLI interface.
8 - `toranj-ncp` which enables testing of the combined behavior of OpenThread (in NCP mode), spinel i…
15 - `toranj` in NCP mode runs `wpantund` natively with OpenThread in NCP mode on simulation platform …
17 - `toranj` tests run as part of GitHub Actions pull request validation in OpenThread and `wpantund`…
DREADME_CLI.md3 `toranj-cli` is a test framework for OpenThread using its CLI interface.
14 To build OpenThread with `toranj` configuration, the `test/toranj/build.sh` script can be used:
19 Building OpenThread (NCP/CLI for FTD/MTD/RCP mode) with simulation platform using cmake
21 -- OpenThread Source Directory: /Users/abtink/GitHub/openthread
22 -- OpenThread CMake build type: Debug
37 To run all CLI tests, `start` script can be used. This script will build OpenThread with proper con…
40 # From OpenThread repo root folder
169 `toranj-cli` uses CLI commands to test the behavior of OpenThread with simulation platform. `thread…
/openthread-3.6.0/src/posix/
DREADME.md1 # OpenThread POSIX app
3 OpenThread supports running its core on POSIX and transmits radio frames through a radio transceive…
7 The figure below shows the architecture of OpenThread running in transceiver mode.
14 | OpenThread Core | <----------------> | OpenThread Radio |
31 OpenThread provides an implementation on the simulation platform which enables running a simulated …
42 **NOTE** Assuming the build system is 64bit Linux, you can use the normal OpenThread CLI as describ…
56 1. Clone the OpenThread nRF528xx platform repository into the current directory:
68 3. Install the OpenThread dependencies:
144 OpenThread Posix Daemon mode uses a unix socket as input and output, so that OpenThread core can ru…
DCMakeLists.txt2 # Copyright (c) 2019, The OpenThread Authors.
88 set(OT_POSIX_FACTORY_CONFIG "" CACHE STRING "OpenThread factory config file")
89 set(OT_POSIX_PRODUCT_CONFIG "" CACHE STRING "OpenThread product config file")
103 …set(CPACK_DEBIAN_PACKAGE_MAINTAINER "OpenThread Authors (https://github.com/openthread/openthread)…
104 set(CPACK_PACKAGE_CONTACT "OpenThread Authors (https://github.com/openthread/openthread)")
/openthread-3.6.0/tools/harness-thci/
DREADME.md3 … "IThci", which is used by the Thread Test Harness Software to control OpenThread-based reference …
5 Currently, there are two THCI implementations for OpenThread:
7 - OpenThread CLI — Based on the CC2538 example platform, which is included in the current Thread Te…
8OpenThread `wpanctl` — Based on `wpantund` running on a Linux host (for example, a Raspberry Pi 3B…
12 ## OpenThread Environment Setup
14 1. Copy "OpenThread.png" to `C:\GRL\Thread1.1\Web\images`.
18 3. Copy "OpenThread.py" to `C:GRL\Thread1.1\Thread_Harness\THCI`.
20 …Device Under Test), a sniffer, and CC2538DK (or other hardware running OpenThread, as the referenc…
24 6. Drag the "OpenThread: TI CC2538DK" reference device to the **Test Bed** section with the desired…
28 ## OpenThread WpanCtl Environment Setup
[all …]
/openthread-3.6.0/tests/scripts/thread-cert/border_router/
DREADME.md1 # OpenThread Border Router Tests
10 # Download OpenThread's branch of wireshark. Run this for the first time.
13 # Clear current OpenThread directory (remember to add new source files).
19 # Build simulated OpenThread firmware.
/openthread-3.6.0/.github/
DISSUE_TEMPLATE.md3 OpenThread GitHub Discussions is the recommended place for users to discuss OpenThread and interact…
/openthread-3.6.0/etc/gn/
Dopenthread.gni1 # Copyright (c) 2020, The OpenThread Authors.
31 # OpenThread config header.
34 # Extra deps for OpenThread configuration.
40 # OpenThread project-specific core config header
43 # OpenThread platform-specific config check header
46 # Extra deps for OpenThread core configuration.
55 # Package name for OpenThread.
58 # Package version for OpenThread.
63 # Configure OpenThread via GN arguments.
204 # Enable support for adding of auto-configured SLAAC addresses by OpenThread
/openthread-3.6.0/
DNOTICE1 OpenThread is an open source implementation of the Thread 1.3.0 Final Specification.
9 OpenThread is not affiliated with or endorsed by the Thread Group. Implementation
10 of this OpenThread code does not assure compliance with the Thread 1.3.0 Final
16 The included copyright to the OpenThread code is subject to the license in the
DREADME.md1 [![OpenThread][ot-logo]][ot-repo] [![Build][ot-gh-action-build-svg]][ot-gh-action-build] [![Simulat…
5 # What is OpenThread?
7 OpenThread released by Google is... <a href="https://www.threadgroup.org/What-is-Thread/Thread-Bene…
9 …at-is-Thread/Overview) networking protocol.** Google Nest has released OpenThread to make the tech…
28 # Who supports OpenThread?
36 - Learn more about OpenThread features and enhancements
37 - Use OpenThread in your products
39 - Port OpenThread to a new platform
40 - Build an application on top of OpenThread
41 - Certify a product using OpenThread
[all …]
DCMakeLists.txt2 # Copyright (c) 2019, The OpenThread Authors.
51 message(STATUS "OpenThread Source Directory: ${PROJECT_SOURCE_DIR}")
70 … # If it is not, do not set the CMAKE_BUILD_TYPE because OpenThread is a part of something bigger.
77 message(STATUS "OpenThread CMake build type: ${CMAKE_BUILD_TYPE}")
98 set(OT_PACKAGE_NAME "OPENTHREAD" CACHE STRING "OpenThread Package Name")
102 set(OT_PACKAGE_VERSION "" CACHE STRING "OpenThread Package Version")
110 set(OT_CONFIG "" CACHE STRING "OpenThread config header file (deprecated, use `OT_PROJECT_CONFIG` o…
112 set(OT_PROJECT_CONFIG "" CACHE STRING "OpenThread project-specific config header file")
113 set(OT_PLATFORM_CONFIG "" CACHE STRING "OpenThread platform-specific config header file")
DCONTRIBUTING.md1 # Contributing to OpenThread
3 We would love for you to contribute to OpenThread and help make it even better than it is today! As…
16 Help us keep OpenThread open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CO…
34 The OpenThread Project follows the "Fork-and-Pull" model for accepting contributions.
40 1. Fork the [OpenThread repository](https://github.com/openthread/openthread) by clicking "Fork" on…
112 OpenThread uses and enforces the [OpenThread Coding Conventions and Style](STYLE_GUIDE.md) on all c…
172 To review and contribute to OpenThread Codelabs and Guides, refer to the following GitHub repositor…
181 …on [https://openthread.io/reference](https://openthread.io/reference). OpenThread scripts support …
188OpenThread header files](https://github.com/openthread/openthread/tree/main/include/openthread). T…
DSTYLE_GUIDE.md1 # OpenThread Coding Conventions and Style
19 …- OpenThread uses and enforces the ISO9899:1999 (aka ISO C99, C99) C language standard as the mini…
21 …- OpenThread uses and enforces the ISO14882:2011 (aka ISO C++11, C++11) C++ language standard as t…
117OpenThread uses `script/make-pretty` to reformat code and enforce code format and style. `script/m…
134OpenThread class, namespace, structure, method, function, enumeration, and type names in the C/C++…
135 …- All OpenThread instantiated names of instances of classes, namespaces, structures, methods, func…
137 - All OpenThread C public data types and free functions should have `ot` prepended to their name.
138 - All OpenThread C++ code should be in the ‘ot’ top-level namespace.
191 - OpenThread uses and enforces Python 3.
/openthread-3.6.0/examples/platforms/zephyr/
DREADME.md1 The OpenThread stack is integrated with ZephyrOS and nRF Connect SDK.
3 See the [Zephyr's OpenThread platform](https://github.com/zephyrproject-rtos/zephyr/tree/main/modul…
/openthread-3.6.0/examples/apps/cli/
DREADME.md1 # OpenThread CLI Example
3 This example application exposes OpenThread configuration and management APIs via a simple command-…
33 Network Name: OpenThread-8f28
124 See the [OpenThread CLI Reference README.md](../../../src/cli/README.md) to explore more.
/openthread-3.6.0/tools/harness-sniffer/
DREADME.md1 # OpenThread Sniffer Integration with Thread Test Harness
3 After following the steps below, you will be able to run Test Harness with OpenThread sniffer.
/openthread-3.6.0/tools/harness-simulation/
DREADME.md3 … `IThci`, which is used by the Thread Test Harness Software to control OpenThread-based reference …
7 Both OpenThread simulation and sniffer simulation are required to run on a POSIX environment. Howev…
9 …plementation directly to match their platform (for example, the path of the OpenThread repository).
15 …- Edit the value of `ot_path` to the absolute path where the top directory of the OpenThread repos…
39 1. On the POSIX machine, change directory to the top of the OpenThread repository, and run the foll…
/openthread-3.6.0/src/cli/
DREADME_COMMISSIONING.md1 # OpenThread CLI - Commissioning
21 Network Name: OpenThread-8f28
107 Network Name: OpenThread-8f28
DREADME_DATASET.md1 # OpenThread CLI - Operational Datasets
44 Network Name: OpenThread-5938
103 Network Name: OpenThread-5938
128 Network Name: OpenThread-bcaf
162 Network Name: OpenThread-bcaf
188 Network Name: OpenThread-bcaf
207 Network Name: OpenThread-bcaf
294 Network Name: OpenThread-5938
521 OpenThread
530 > dataset networkname OpenThread
[all …]
DREADME_TCAT.md1 # OpenThread CLI - TCAT Example
/openthread-3.6.0/tests/scripts/thread-cert/
DREADME.md1 # OpenThread Certification Tests
47 This is node mode. You may run OpenThread CLI here.
/openthread-3.6.0/tools/harness-simulation/harness/
Dinstall.bat1 :: Copyright (c) 2022, The OpenThread Authors.
30 copy /Y ..\..\harness-thci\OpenThread.py %THREADDIR%\Thread_Harness\THCI
32 copy /Y ..\..\harness-thci\OpenThread.png %THREADDIR%\Web\images
/openthread-3.6.0/examples/platforms/simulation/
DCMakeLists.txt2 # Copyright (c) 2019, The OpenThread Authors.
108 …set(CPACK_DEBIAN_PACKAGE_MAINTAINER "OpenThread Authors (https://github.com/openthread/openthread)…
109 set(CPACK_PACKAGE_CONTACT "OpenThread Authors (https://github.com/openthread/openthread)")

12345