Home
last modified time | relevance | path

Searched refs:openthread (Results 1 – 25 of 101) sorted by relevance

12345

/openthread-3.4.0/include/
DMakefile.am34 openthread \
38 openthread/backbone_router.h \
39 openthread/backbone_router_ftd.h \
40 openthread/border_agent.h \
41 openthread/border_router.h \
42 openthread/border_routing.h \
43 openthread/channel_manager.h \
44 openthread/channel_monitor.h \
45 openthread/child_supervision.h \
46 openthread/cli.h \
[all …]
/openthread-3.4.0/etc/docker/
DMakefile7 docker build -t openthread/wpantund_arm32v7_linux arm32v7_ubuntu_wpantund && \
8 docker push openthread/wpantund_arm32v7_linux && \
9 docker tag openthread/wpantund_arm32v7_linux openthread/wpantund_arm32v7_linux:$(VERSION) && \
10 docker push openthread/wpantund_arm32v7_linux:$(VERSION)
13 docker build -t openthread/wpantund_amd64_linux x86_ubuntu_wpantund && \
14 docker push openthread/wpantund_amd64_linux && \
15 docker tag openthread/wpantund_amd64_linux openthread/wpantund_amd64_linux:$(VERSION) && \
16 docker push openthread/wpantund_amd64_linux:$(VERSION)
19 docker build -t openthread/simulation ot_sim && \
20 docker push openthread/simulation && \
[all …]
/openthread-3.4.0/
DREADME.md7 …ead-Benefits#certifiedproducts"> <img src="https://cdn.rawgit.com/openthread/openthread/ab4c4e1e/d…
13 …uting) and device roles, as well as [Border Router](https://github.com/openthread/ot-br-posix) sup…
17 [ot-repo]: https://github.com/openthread/openthread
18 [ot-logo]: https://github.com/openthread/openthread/raw/main/doc/images/openthread_logo.png
19 [ot-gh-action-build]: https://github.com/openthread/openthread/actions?query=workflow%3ABuild+branc…
20 [ot-gh-action-build-svg]: https://github.com/openthread/openthread/workflows/Build/badge.svg?branch…
21 [ot-gh-action-simulation]: https://github.com/openthread/openthread/actions?query=workflow%3ASimula…
22 [ot-gh-action-simulation-svg]: https://github.com/openthread/openthread/workflows/Simulation/badge.…
23 [ot-gh-action-docker]: https://github.com/openthread/openthread/actions?query=workflow%3ADocker+bra…
24 [ot-gh-action-docker-svg]: https://github.com/openthread/openthread/workflows/Docker/badge.svg?bran…
[all …]
DCONTRIBUTING.md20 …you can help us by [submitting a GitHub Issue](https://github.com/openthread/openthread/issues/new…
24 …t a new feature by [submitting a GitHub Issue](https://github.com/openthread/openthread/issues/new…
28 - _Large feature_: first [submit a GitHub Issue](https://github.com/openthread/openthread/issues/ne…
40 1. Fork the [OpenThread repository](https://github.com/openthread/openthread) by clicking "Fork" on…
46 git clone git@github.com:<username>/openthread.git
49 git remote add upstream git@github.com:openthread/openthread.git
145 | `-- openthread-simulation-1.2
162 2. Run `gdb build/cmake/openthread-simulation-1.2/examples/apps/cli/ot-cli-ftd ./ot-core-dump/coref…
168 …w process as code and contributions may be mirrored on our [openthread.io](https://openthread.io) …
174 - [Codelabs](https://github.com/openthread/ot-docs/tree/main/site/en/codelabs)
[all …]
D.gitignore41 etc/cmake/openthread-config-generic.h
42 include/openthread-config.h
43 include/openthread-config.h.in
44 include/openthread-config-generic.h
45 include/openthread-config-generic.h.in
/openthread-3.4.0/src/lib/spinel/
DCMakeLists.txt29 add_library(openthread-spinel-ncp)
30 add_library(openthread-spinel-rcp)
32 target_compile_definitions(openthread-spinel-ncp PRIVATE
38 target_compile_definitions(openthread-spinel-ncp PRIVATE OPENTHREAD_CONFIG_NCP_HDLC_ENABLE=0)
39 target_compile_definitions(openthread-spinel-rcp PRIVATE OPENTHREAD_CONFIG_NCP_HDLC_ENABLE=0)
41 target_compile_definitions(openthread-spinel-ncp PRIVATE OPENTHREAD_CONFIG_NCP_HDLC_ENABLE=1)
42 target_compile_definitions(openthread-spinel-rcp PRIVATE OPENTHREAD_CONFIG_NCP_HDLC_ENABLE=1)
45 target_compile_definitions(openthread-spinel-rcp PRIVATE
50 target_compile_options(openthread-spinel-ncp PRIVATE
54 target_compile_options(openthread-spinel-rcp PRIVATE
[all …]
/openthread-3.4.0/src/ncp/
Dradio.cmake29 add_library(openthread-rcp)
31 target_compile_definitions(openthread-rcp PRIVATE
37 target_compile_definitions(openthread-rcp PRIVATE OPENTHREAD_CONFIG_NCP_HDLC_ENABLE=0)
39 target_compile_definitions(openthread-rcp PRIVATE OPENTHREAD_CONFIG_NCP_HDLC_ENABLE=1)
42 target_compile_options(openthread-rcp PRIVATE
46 target_include_directories(openthread-rcp PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDES})
48 target_sources(openthread-rcp PRIVATE ${COMMON_SOURCES})
49 target_include_directories(openthread-rcp PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
51 target_link_libraries(openthread-rcp
53 openthread-radio
[all …]
Dftd.cmake29 add_library(openthread-ncp-ftd)
31 target_compile_definitions(openthread-ncp-ftd PRIVATE
36 target_compile_options(openthread-ncp-ftd PRIVATE
40 target_include_directories(openthread-ncp-ftd PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDE…
42 target_sources(openthread-ncp-ftd PRIVATE ${COMMON_NCP_SOURCES})
43 target_include_directories(openthread-ncp-ftd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
45 target_link_libraries(openthread-ncp-ftd
47 openthread-ftd
50 openthread-hdlc
51 openthread-spinel-ncp
Dmtd.cmake29 add_library(openthread-ncp-mtd)
31 target_compile_definitions(openthread-ncp-mtd PRIVATE
36 target_compile_options(openthread-ncp-mtd PRIVATE
40 target_include_directories(openthread-ncp-mtd PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDE…
42 target_sources(openthread-ncp-mtd PRIVATE ${COMMON_NCP_SOURCES})
43 target_include_directories(openthread-ncp-mtd PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
45 target_link_libraries(openthread-ncp-mtd
47 openthread-mtd
50 openthread-hdlc
51 openthread-spinel-ncp
/openthread-3.4.0/examples/platforms/simulation/
DCMakeLists.txt29 set(OT_PLATFORM_LIB "openthread-simulation" PARENT_SCOPE)
49 set(OT_CONFIG "openthread-core-simulation-config.h" PARENT_SCOPE)
60 add_library(openthread-simulation
77 $<TARGET_OBJECTS:openthread-platform-utils>
82 target_link_libraries(openthread-simulation PRIVATE ${LIBRT})
85 target_link_libraries(openthread-simulation PRIVATE
86 openthread-platform
91 target_compile_options(openthread-simulation PRIVATE
95 target_include_directories(openthread-simulation PRIVATE
103 set(CPACK_PACKAGE_NAME "openthread-simulation")
[all …]
DREADME.md10 $ cd <path-to-openthread>
17 - `<path-to-openthread>/output/<platform>/bin`
22 $ cd <path-to-openthread>
30 - `<path-to-openthread>/build/examples/apps/cli`
31 - `<path-to-openthread>/build/examples/apps/ncp`
38 $ cd <path-to-openthread>/output/<platform>/bin
/openthread-3.4.0/src/posix/platform/
DCMakeLists.txt29 set(OT_PLATFORM_LIB "openthread-posix" PARENT_SCOPE)
39 # We have to add this definition to `ot-config` because openthread core
42 # PLATFORM_NETIF and PLATFORM_UDP features. Otherwise, openthread core and
95 set(OT_CONFIG "openthread-core-posix-config.h" PARENT_SCOPE)
104 add_library(openthread-posix
136 target_link_libraries(openthread-posix
138 openthread-platform
140 openthread-cli-ftd
141 openthread-ftd
142 openthread-hdlc
[all …]
DMakefile.am85 openthread-posix-config.h \
91 include/openthread/openthread-system.h \
94 openthreaddir = $(includedir)/openthread directory
/openthread-3.4.0/src/cli/
Dftd.cmake29 add_library(openthread-cli-ftd)
31 target_compile_definitions(openthread-cli-ftd
36 target_compile_options(openthread-cli-ftd PRIVATE
40 target_include_directories(openthread-cli-ftd PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDE…
42 target_sources(openthread-cli-ftd PRIVATE ${COMMON_SOURCES})
44 target_link_libraries(openthread-cli-ftd
46 openthread-ftd
54 target_link_libraries(openthread-cli-ftd PRIVATE ${OT_CLI_VENDOR_TARGET})
Dmtd.cmake29 add_library(openthread-cli-mtd)
31 target_compile_definitions(openthread-cli-mtd
36 target_compile_options(openthread-cli-mtd PRIVATE
40 target_include_directories(openthread-cli-mtd PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDE…
42 target_sources(openthread-cli-mtd PRIVATE ${COMMON_SOURCES})
44 target_link_libraries(openthread-cli-mtd
46 openthread-mtd
54 target_link_libraries(openthread-cli-mtd PRIVATE ${OT_CLI_VENDOR_TARGET})
Dradio.cmake29 add_library(openthread-cli-radio)
31 target_compile_definitions(openthread-cli-radio
37 target_compile_options(openthread-cli-radio PRIVATE
41 target_include_directories(openthread-cli-radio PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLU…
43 target_sources(openthread-cli-radio
53 target_link_libraries(openthread-cli-radio
55 openthread-radio
63 target_link_libraries(openthread-cli-radio PRIVATE ${OT_CLI_VENDOR_TARGET})
/openthread-3.4.0/third_party/mbedtls/
DCMakeLists.txt29 set(OT_MBEDTLS_DEFAULT_CONFIG_FILE \"openthread-mbedtls-config.h\")
53 add_custom_command(OUTPUT openthread-mbedtls-config.h
60 ${SED_EXE} '/openthread-core-config\.h/d' >
61 openthread-mbedtls-config.h
66 add_custom_target(openthread-mbedtls-config
67 DEPENDS openthread-mbedtls-config.h)
69 add_dependencies(ot-config openthread-mbedtls-config)
70 add_dependencies(mbedtls openthread-mbedtls-config)
71 add_dependencies(mbedx509 openthread-mbedtls-config)
72 add_dependencies(mbedcrypto openthread-mbedtls-config)
[all …]
/openthread-3.4.0/src/core/
Dftd.cmake29 add_library(openthread-ftd)
31 target_compile_definitions(openthread-ftd PRIVATE
35 target_compile_options(openthread-ftd PRIVATE
39 target_include_directories(openthread-ftd PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDES})
41 target_sources(openthread-ftd PRIVATE ${COMMON_SOURCES})
43 target_link_libraries(openthread-ftd
50 target_link_libraries(openthread-ftd PRIVATE tcplp-ftd)
Dmtd.cmake29 add_library(openthread-mtd)
31 target_compile_definitions(openthread-mtd PRIVATE
35 target_compile_options(openthread-mtd PRIVATE
39 target_include_directories(openthread-mtd PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDES})
41 target_sources(openthread-mtd PRIVATE ${COMMON_SOURCES})
43 target_link_libraries(openthread-mtd
50 target_link_libraries(openthread-mtd PRIVATE tcplp-mtd)
Dradio.cmake29 add_library(openthread-radio)
31 target_compile_definitions(openthread-radio PRIVATE
36 target_compile_options(openthread-radio PRIVATE
40 target_include_directories(openthread-radio PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDES})
42 target_sources(openthread-radio PRIVATE
47 target_sources(openthread-radio PRIVATE ${OT_VENDOR_EXTENSION})
54 target_link_libraries(openthread-radio
Dradio_cli.cmake29 add_library(openthread-radio-cli)
31 target_compile_definitions(openthread-radio-cli PRIVATE
36 target_compile_options(openthread-radio-cli PRIVATE
40 target_include_directories(openthread-radio-cli PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLU…
42 target_sources(openthread-radio-cli PRIVATE
47 target_sources(openthread-radio-cli PRIVATE ${OT_VENDOR_EXTENSION})
54 target_link_libraries(openthread-radio-cli
/openthread-3.4.0/src/posix/
Dcli.cmake47 openthread-cli-ftd
48 openthread-posix
49 openthread-ftd
50 openthread-posix
51 openthread-cli-ftd
52 openthread-hdlc
53 openthread-spinel-rcp
DCMakeLists.txt76 set(CPACK_PACKAGE_NAME "openthread-daemon")
82 set(CPACK_PACKAGE_NAME "openthread-standalone")
88 …et(CPACK_DEBIAN_PACKAGE_MAINTAINER "OpenThread Authors (https://github.com/openthread/openthread)")
89 set(CPACK_PACKAGE_CONTACT "OpenThread Authors (https://github.com/openthread/openthread)")
/openthread-3.4.0/script/
Dpackage50 ls "${builddir}"/openthread-simulation-*.deb
54 ls "${builddir}"/openthread-standalone-*.deb
58 ls "${builddir}"/openthread-daemon-*.deb
/openthread-3.4.0/etc/docker/environment/
DDockerfile28 # set up openthread simulation cli example apps
30 COPY . openthread
32 && cd openthread \
42 && cd openthread \

12345