Searched refs:openthread (Results 1 – 25 of 101) sorted by relevance
12345
34 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 …]
7 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 …]
7 …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/openthread18 [ot-logo]: https://github.com/openthread/openthread/raw/main/doc/images/openthread_logo.png19 [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 …]
20 …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.git49 git remote add upstream git@github.com:openthread/openthread.git145 | `-- openthread-simulation-1.2162 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 …]
41 etc/cmake/openthread-config-generic.h42 include/openthread-config.h43 include/openthread-config.h.in44 include/openthread-config-generic.h45 include/openthread-config-generic.h.in
29 add_library(openthread-spinel-ncp)30 add_library(openthread-spinel-rcp)32 target_compile_definitions(openthread-spinel-ncp PRIVATE38 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 PRIVATE50 target_compile_options(openthread-spinel-ncp PRIVATE54 target_compile_options(openthread-spinel-rcp PRIVATE[all …]
29 add_library(openthread-rcp)31 target_compile_definitions(openthread-rcp PRIVATE37 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 PRIVATE46 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-rcp53 openthread-radio[all …]
29 add_library(openthread-ncp-ftd)31 target_compile_definitions(openthread-ncp-ftd PRIVATE36 target_compile_options(openthread-ncp-ftd PRIVATE40 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-ftd47 openthread-ftd50 openthread-hdlc51 openthread-spinel-ncp
29 add_library(openthread-ncp-mtd)31 target_compile_definitions(openthread-ncp-mtd PRIVATE36 target_compile_options(openthread-ncp-mtd PRIVATE40 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-mtd47 openthread-mtd50 openthread-hdlc51 openthread-spinel-ncp
29 set(OT_PLATFORM_LIB "openthread-simulation" PARENT_SCOPE)49 set(OT_CONFIG "openthread-core-simulation-config.h" PARENT_SCOPE)60 add_library(openthread-simulation77 $<TARGET_OBJECTS:openthread-platform-utils>82 target_link_libraries(openthread-simulation PRIVATE ${LIBRT})85 target_link_libraries(openthread-simulation PRIVATE86 openthread-platform91 target_compile_options(openthread-simulation PRIVATE95 target_include_directories(openthread-simulation PRIVATE103 set(CPACK_PACKAGE_NAME "openthread-simulation")[all …]
10 $ 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
29 set(OT_PLATFORM_LIB "openthread-posix" PARENT_SCOPE)39 # We have to add this definition to `ot-config` because openthread core42 # PLATFORM_NETIF and PLATFORM_UDP features. Otherwise, openthread core and95 set(OT_CONFIG "openthread-core-posix-config.h" PARENT_SCOPE)104 add_library(openthread-posix136 target_link_libraries(openthread-posix138 openthread-platform140 openthread-cli-ftd141 openthread-ftd142 openthread-hdlc[all …]
85 openthread-posix-config.h \91 include/openthread/openthread-system.h \94 openthreaddir = $(includedir)/openthread directory
29 add_library(openthread-cli-ftd)31 target_compile_definitions(openthread-cli-ftd36 target_compile_options(openthread-cli-ftd PRIVATE40 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-ftd46 openthread-ftd54 target_link_libraries(openthread-cli-ftd PRIVATE ${OT_CLI_VENDOR_TARGET})
29 add_library(openthread-cli-mtd)31 target_compile_definitions(openthread-cli-mtd36 target_compile_options(openthread-cli-mtd PRIVATE40 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-mtd46 openthread-mtd54 target_link_libraries(openthread-cli-mtd PRIVATE ${OT_CLI_VENDOR_TARGET})
29 add_library(openthread-cli-radio)31 target_compile_definitions(openthread-cli-radio37 target_compile_options(openthread-cli-radio PRIVATE41 target_include_directories(openthread-cli-radio PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLU…43 target_sources(openthread-cli-radio53 target_link_libraries(openthread-cli-radio55 openthread-radio63 target_link_libraries(openthread-cli-radio PRIVATE ${OT_CLI_VENDOR_TARGET})
29 set(OT_MBEDTLS_DEFAULT_CONFIG_FILE \"openthread-mbedtls-config.h\")53 add_custom_command(OUTPUT openthread-mbedtls-config.h60 ${SED_EXE} '/openthread-core-config\.h/d' >61 openthread-mbedtls-config.h66 add_custom_target(openthread-mbedtls-config67 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 …]
29 add_library(openthread-ftd)31 target_compile_definitions(openthread-ftd PRIVATE35 target_compile_options(openthread-ftd PRIVATE39 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-ftd50 target_link_libraries(openthread-ftd PRIVATE tcplp-ftd)
29 add_library(openthread-mtd)31 target_compile_definitions(openthread-mtd PRIVATE35 target_compile_options(openthread-mtd PRIVATE39 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-mtd50 target_link_libraries(openthread-mtd PRIVATE tcplp-mtd)
29 add_library(openthread-radio)31 target_compile_definitions(openthread-radio PRIVATE36 target_compile_options(openthread-radio PRIVATE40 target_include_directories(openthread-radio PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDES})42 target_sources(openthread-radio PRIVATE47 target_sources(openthread-radio PRIVATE ${OT_VENDOR_EXTENSION})54 target_link_libraries(openthread-radio
29 add_library(openthread-radio-cli)31 target_compile_definitions(openthread-radio-cli PRIVATE36 target_compile_options(openthread-radio-cli PRIVATE40 target_include_directories(openthread-radio-cli PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLU…42 target_sources(openthread-radio-cli PRIVATE47 target_sources(openthread-radio-cli PRIVATE ${OT_VENDOR_EXTENSION})54 target_link_libraries(openthread-radio-cli
47 openthread-cli-ftd48 openthread-posix49 openthread-ftd50 openthread-posix51 openthread-cli-ftd52 openthread-hdlc53 openthread-spinel-rcp
76 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)")
50 ls "${builddir}"/openthread-simulation-*.deb54 ls "${builddir}"/openthread-standalone-*.deb58 ls "${builddir}"/openthread-daemon-*.deb
28 # set up openthread simulation cli example apps 30 COPY . openthread32 && cd openthread \42 && cd openthread \