Home
last modified time | relevance | path

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

12345

/openthread-2.7.6/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/channel_manager.h \
43 openthread/channel_monitor.h \
44 openthread/child_supervision.h \
45 openthread/cli.h \
46 openthread/coap.h \
[all …]
/openthread-2.7.6/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-2.7.6/
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
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…
25 [ot-lgtm]: https://lgtm.com/projects/g/openthread/openthread/context:cpp
[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-2.7.6/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-rcp PRIVATE
44 target_compile_options(openthread-spinel-ncp PRIVATE
48 target_compile_options(openthread-spinel-rcp PRIVATE
64 target_include_directories(openthread-spinel-ncp PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCL…
65 target_include_directories(openthread-spinel-rcp PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCL…
67 target_sources(openthread-spinel-ncp PRIVATE ${COMMON_SOURCES})
68 target_sources(openthread-spinel-rcp PRIVATE ${COMMON_SOURCES})
[all …]
/openthread-2.7.6/src/ncp/
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
51 openthread-hdlc
52 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
Dradio.cmake29 add_library(openthread-rcp)
31 target_compile_definitions(openthread-rcp PRIVATE
36 target_compile_options(openthread-rcp PRIVATE
40 target_include_directories(openthread-rcp PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDES})
42 target_sources(openthread-rcp PRIVATE ${COMMON_SOURCES})
43 target_include_directories(openthread-rcp PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
45 target_link_libraries(openthread-rcp
47 openthread-radio
49 openthread-hdlc
50 openthread-spinel-rcp
/openthread-2.7.6/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
75 $<TARGET_OBJECTS:openthread-platform-utils>
80 target_link_libraries(openthread-simulation PRIVATE ${LIBRT})
83 target_link_libraries(openthread-simulation PRIVATE
84 openthread-platform
89 target_compile_options(openthread-simulation PRIVATE
93 target_include_directories(openthread-simulation PRIVATE
101 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-2.7.6/etc/docker/codelab_otsim/
DDockerfile16 RUN mkdir -p ~/src/openthread && \
17 cd ~/src/openthread && \
19 git fetch https://github.com/openthread/openthread.git ${OT_GIT_REF} && \
26 RUN cd ~/src/openthread && make -f src/posix/Makefile-posix DAEMON=1
/openthread-2.7.6/examples/platforms/cc2538/
DCMakeLists.txt29 set(OT_PLATFORM_LIB "openthread-cc2538" PARENT_SCOPE)
32 set(OT_CONFIG "openthread-core-cc2538-config.h")
37 "OPENTHREAD_CORE_CONFIG_PLATFORM_CHECK_FILE=\"openthread-core-cc2538-config-check.h\""
44 add_library(openthread-cc2538
55 $<TARGET_OBJECTS:openthread-platform-utils>
58 target_link_libraries(openthread-cc2538
66 target_compile_definitions(openthread-cc2538
71 target_compile_options(openthread-cc2538 PRIVATE
75 target_include_directories(openthread-cc2538 PRIVATE
/openthread-2.7.6/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
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
/openthread-2.7.6/third_party/mbedtls/
DCMakeLists.txt29 set(OT_MBEDTLS_DEFAULT_CONFIG_FILE \"openthread-mbedtls-config.h\")
51 add_custom_command(OUTPUT openthread-mbedtls-config.h
58 ${SED_EXE} '/openthread-core-config\.h/d' >
59 openthread-mbedtls-config.h
64 add_custom_target(openthread-mbedtls-config
65 DEPENDS openthread-mbedtls-config.h)
67 add_dependencies(ot-config openthread-mbedtls-config)
68 add_dependencies(mbedtls openthread-mbedtls-config)
69 add_dependencies(mbedx509 openthread-mbedtls-config)
70 add_dependencies(mbedcrypto openthread-mbedtls-config)
[all …]
/openthread-2.7.6/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
Ddaemon.cmake40 openthread-cli-ftd
41 openthread-posix
42 openthread-ftd
43 openthread-posix
44 openthread-hdlc
45 openthread-spinel-rcp
/openthread-2.7.6/src/posix/platform/
DCMakeLists.txt29 set(OT_PLATFORM_LIB "openthread-posix" PARENT_SCOPE)
62 set(OT_CONFIG "openthread-core-posix-config.h" PARENT_SCOPE)
79 add_library(openthread-posix
102 target_link_libraries(openthread-posix
104 openthread-platform
106 openthread-url
114 target_compile_definitions(openthread-posix
122 target_compile_options(openthread-posix PRIVATE
126 target_include_directories(openthread-posix PRIVATE
DMakefile.am78 openthread-posix-config.h \
84 include/openthread/openthread-system.h \
87 openthreaddir = $(includedir)/openthread directory
/openthread-2.7.6/examples/platforms/efr32/efr32mg1/
Defr32mg1.cmake50 set(OT_PLATFORM_LIB "openthread-efr32mg1")
55 add_library(openthread-efr32mg1
57 $<TARGET_OBJECTS:openthread-platform-utils>
60 target_link_libraries(openthread-efr32mg1
72 target_compile_definitions(openthread-efr32mg1
77 target_compile_options(openthread-efr32mg1
82 target_include_directories(openthread-efr32mg1
/openthread-2.7.6/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
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
Dradio.cmake29 add_library(openthread-radio)
31 target_compile_definitions(openthread-radio PRIVATE
35 target_compile_options(openthread-radio PRIVATE
39 target_include_directories(openthread-radio PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCLUDES})
41 target_sources(openthread-radio PRIVATE
73 target_sources(openthread-radio PRIVATE ${OT_VENDOR_EXTENSION})
76 target_link_libraries(openthread-radio
/openthread-2.7.6/script/
Dpackage48 ls "${builddir}"/openthread-simulation-*.deb
52 ls "${builddir}"/openthread-standalone-*.deb
56 ls "${builddir}"/openthread-daemon-*.deb
/openthread-2.7.6/etc/docker/environment/
DDockerfile22 # setup openthread
24 COPY . openthread
26 && cd openthread \

12345